Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • some problem with tophat

    has anyone here used tophat ?
    when i map single-end solid sequences(fastq format) to hg18 as follow:
    ~/bin/tophat bowtie-0.11.3_index/hg18 query.fq -o mapre -a 5 -m 2 -i 70 -I 5000 --solexa1.3-quals -g 40 -p 4

    there is such error:
    Error: you must set the mean inner distance between mates with -r
    Traceback (most recent call last):
    File "/picb/home55/zsli/Public/mapping/bin/tophat", line 1487, in ?
    sys.exit(main())
    File "/picb/home55/zsli/Public/mapping/bin/tophat", line 1402, in main
    exit(1)
    TypeError: 'str' object is not callable

    what's going on ?
    can anyone help me? thanks in advance~~

  • #2
    Wrong forum

    removed...I was in the wrong forum
    Last edited by RockChalkJayhawk; 10-30-2009, 10:10 AM.

    Comment


    • #3
      Originally posted by zslee View Post
      has anyone here used tophat ?
      when i map single-end solid sequences(fastq format) to hg18 as follow:
      ~/bin/tophat bowtie-0.11.3_index/hg18 query.fq -o mapre -a 5 -m 2 -i 70 -I 5000 --solexa1.3-quals -g 40 -p 4

      there is such error:
      Error: you must set the mean inner distance between mates with -r
      Traceback (most recent call last):
      File "/picb/home55/zsli/Public/mapping/bin/tophat", line 1487, in ?
      sys.exit(main())
      File "/picb/home55/zsli/Public/mapping/bin/tophat", line 1402, in main
      exit(1)
      TypeError: 'str' object is not callable

      what's going on ?
      can anyone help me? thanks in advance~~
      In the command above, you are placing the arguments (the index name and the FASTQ file of your reads) before the options. It should be:

      tophat -o mapre -a 5 -m 2 -i 70 -I 5000 --solexa1.3-quals -g 40 -p 4 bowtie-0.11.3_index/hg18 query.fq

      Comment


      • #4
        yes, that works, thanks a lot !

        Comment


        • #5
          Similiar sort of problem.

          Hi all,

          I am getting this error

          Traceback (most recent call last):
          File "/home/deepak/bioTools/tophat-1.3.1.Linux_x86_64//tophat", line 2607, in ?
          sys.exit(main())
          File "/home/deepak/bioTools/tophat-1.3.1.Linux_x86_64//tophat", line 2504, in main
          params.read_params = check_reads_format(params, reads_list)
          File "/home/deepak/bioTools/tophat-1.3.1.Linux_x86_64//tophat", line 1234, in check_reads_format
          zf = ZReader(f_name, params.system_params)
          File "/home/deepak/bioTools/tophat-1.3.1.Linux_x86_64//tophat", line 1185, in __init__
          self.file=open(filename)
          IOError: [Errno 2] No such file or directory: '-o'


          while running tophat

          tophat -r 200 -i 50 -I 250000 /home/deepak/bowtie-0.12.5/indexes/hs_genome 37_NoIndex_L001_R1_001.fastq -o tophat_new &

          Please help me with this error.

          Thanking you in advance.

          Regards
          Deepak

          Comment


          • #6
            maybe try the last version of tophat 1.4.1

            Originally posted by oxydeepu View Post
            Hi all,

            I am getting this error

            Traceback (most recent call last):
            File "/home/deepak/bioTools/tophat-1.3.1.Linux_x86_64//tophat", line 2607, in ?
            sys.exit(main())
            File "/home/deepak/bioTools/tophat-1.3.1.Linux_x86_64//tophat", line 2504, in main
            params.read_params = check_reads_format(params, reads_list)
            File "/home/deepak/bioTools/tophat-1.3.1.Linux_x86_64//tophat", line 1234, in check_reads_format
            zf = ZReader(f_name, params.system_params)
            File "/home/deepak/bioTools/tophat-1.3.1.Linux_x86_64//tophat", line 1185, in __init__
            self.file=open(filename)
            IOError: [Errno 2] No such file or directory: '-o'


            while running tophat

            tophat -r 200 -i 50 -I 250000 /home/deepak/bowtie-0.12.5/indexes/hs_genome 37_NoIndex_L001_R1_001.fastq -o tophat_new &

            Please help me with this error.

            Thanking you in advance.

            Regards
            Deepak

            Comment


            • #7
              Originally posted by oxydeepu View Post
              tophat -r 200 -i 50 -I 250000 /home/deepak/bowtie-0.12.5/indexes/hs_genome 37_NoIndex_L001_R1_001.fastq -o tophat_new &
              Aside from using a newer version, you might try "tophat -o tophat_new -r 200 -i 50 -I 250000 /home/deepak/bowtie-0.12.5/indexes/hs_genome 37_NoIndex_L001_R1_001.fastq" instead. Depending on how tophat parses how it's called, what you wrote as a command could cause an issue (the error suggests that it's trying to open a file called "-o", suggesting that it's not seeing that as an option but a file name).

              Comment

              Latest Articles

              Collapse

              • seqadmin
                Recent Advances in Sequencing Analysis Tools
                by seqadmin


                The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
                05-06-2024, 07:48 AM
              • seqadmin
                Essential Discoveries and Tools in Epitranscriptomics
                by seqadmin




                The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
                04-22-2024, 07:01 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by seqadmin, Yesterday, 06:35 AM
              0 responses
              14 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 05-09-2024, 02:46 PM
              0 responses
              19 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 05-07-2024, 06:57 AM
              0 responses
              18 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 05-06-2024, 07:17 AM
              0 responses
              19 views
              0 likes
              Last Post seqadmin  
              Working...
              X