Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • TopHat Error: you must set the mean inner distance between mates with -r?

    I tried to use TOPHAT on Arabidopsis mRNA-seqs, they are not pair end reads. I've run the example data you provided, so the installation is all right.
    For my own data, I've built bowtie index "tair9_bwt" for Arabidopsis genome sequences. I have 6 fastq files of mRNA-seqs. I want to use TOPHAT to find new transcript boundaries in intergenic regions.

    I used the following command to test two of the six fq files, it could generate the 3 output files successfully.
    tophat ~/bowtie-0.12.5/tair9_bwt/tair9_bwt tail.fastq,test1.fastq

    But when I tried to use options like -i -I or -G or other options, it failed:
    -----------------------
    $ tophat ~/bowtie-0.12.5/tair9_bwt/tair9_bwt tail.fastq,test1.fastq -i 30 -I 15000
    Error: you must set the mean inner distance between mates with -r
    Traceback (most recent call last):
    File "/home/wux3/mrnaseq/tophat/bin/tophat", line 1635, in ?
    sys.exit(main())
    File "/home/wux3/mrnaseq/tophat/bin/tophat", line 1535, in main
    exit(1)
    TypeError: 'str' object is not callable
    ----------------------

    The description of -r option is:
    -r/--mate-inner-dist <int> This is the expected (mean) inner distance between mate pairs. For, example, for paired end runs with fragments selected at 300bp, where each end is 50bp, you should set -r to be 200. There is no default, and this parameter is required for paired end runs.

    But the mRNA-seqs I have are not paired end, anybody knows how to set this option on my data? And, why the "-r" option is not neccessary when no options used in the commandline?

    Thank you in advance.

  • #2
    Now, it is OK. Just used options before the fastq... -.-

    tophat -G TAIR9_GFF3_tophat -i 30 -I 15000 ~/bowtie-0.12.5/tair9_bwt/tair9_bwt tail.fastq,head.fastq
    Last edited by xhuister; 04-28-2010, 01:08 PM.

    Comment


    • #3
      thanks for posting this, just saved me a lot of frustrations...

      Comment

      Latest Articles

      Collapse

      • seqadmin
        Best Practices for Single-Cell Sequencing Analysis
        by seqadmin



        While isolating and preparing single cells for sequencing was historically the bottleneck, recent technological advancements have shifted the challenge to data analysis. This highlights the rapidly evolving nature of single-cell sequencing. The inherent complexity of single-cell analysis has intensified with the surge in data volume and the incorporation of diverse and more complex datasets. This article explores the challenges in analysis, examines common pitfalls, offers...
        Yesterday, 07:15 AM
      • seqadmin
        Latest Developments in Precision Medicine
        by seqadmin



        Technological advances have led to drastic improvements in the field of precision medicine, enabling more personalized approaches to treatment. This article explores four leading groups that are overcoming many of the challenges of genomic profiling and precision medicine through their innovative platforms and technologies.

        Somatic Genomics
        “We have such a tremendous amount of genetic diversity that exists within each of us, and not just between us as individuals,”...
        05-24-2024, 01:16 PM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, Today, 06:58 AM
      0 responses
      2 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, Yesterday, 08:18 AM
      0 responses
      14 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, Yesterday, 08:04 AM
      0 responses
      12 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 06-03-2024, 06:55 AM
      0 responses
      13 views
      0 likes
      Last Post seqadmin  
      Working...
      X