Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • LeonDK
    Member
    • Sep 2014
    • 69

    TopHat2 on multiple samples, avoid building Bowtie index from genes.fa each time?

    Hi all,

    Ultimately aiming at differential expression, I'm mapping human RNAseq read using tophat2 with the following command:
    Code:
    tophat2 --num-threads 12 --GTF /Homo_sapiens/UCSC/hg19/Annotation/Genes/genes.gtf /Homo_sapiens/UCSC/hg19/Sequence/Bowtie2Index/genome myfastq_R1.fastq.gz myfastq_R2.fastq.gz
    Is it really necessary to:
    Code:
    [2014-09-18 10:38:45] Building transcriptome data files /tmp/genes
    [2014-09-18 10:39:21] Building Bowtie index from genes.fa
    Foreach sample? I mean - The different samples are all mapped using the same Bowtie2Index/genome files and the same Genes/genes.gtf files?

    Cheers,
    Leon
  • dpryan
    Devon Ryan
    • Jul 2011
    • 3478

    #2
    Have a look at the --transcriptome-index option, which is what you're looking for.

    Comment

    • LeonDK
      Member
      • Sep 2014
      • 69

      #3
      Originally posted by dpryan View Post
      Have a look at the --transcriptome-index option, which is what you're looking for.
      Hi dpryan,

      Thanks for input reg. the --transcriptome-index option for tophat2. I looked it up in the TopHat2 manual. For other users, which may encounter the same challenge - The trick is to run this command first:
      Code:
      tophat2 -G iGenomes/Homo_sapiens/UCSC/hg19/Annotation/Genes/genes.gtf --transcriptome-index=transcriptome_data/known iGenomes/Homo_sapiens/UCSC/hg19/Sequence/Bowtie2Index/genome
      and then subsequently call tophat2 with this command:
      Code:
      tophat2 --num-threads 12 --transcriptome-index=transcriptome_data/known iGenomes/Homo_sapiens/UCSC/hg19/Sequence/Bowtie2Index/genome myfastq_R1.fastq.gz myfastq_R2.fastq.gz
      After running the above command, you'll see
      Code:
      [2014-09-18 12:12:04] Using pre-built transcriptome data..
      Which is significantly faster, when running multiple samples.

      The UCSC/hg19 data can retrieved like so:
      Code:
      wget ftp://igenome:[email protected]/Homo_sapiens/UCSC/hg19/Homo_sapiens_UCSC_hg19.tar.gz
      Cheers,
      Leon

      Comment

      • konika
        Member
        • Sep 2010
        • 14

        #4
        tophat not creating transcriptome indexes

        Hi
        In my case The following command doesnt start tophat2. tophat2 just shows me the available options, like I have used a wrong option somewhere. Does anyone has an idea whats wrong here
        The command I use:
        tophat2 -G /home/chawla/rna_seq_pipeline/gff/mouse_ensembl.gff --transcriptome-index=tdata /home/chawla/rna_seq_pipeline/gff/mouse_ensembl

        Comment

        • GenoMax
          Senior Member
          • Feb 2008
          • 7142

          #5
          Originally posted by konika View Post
          Hi
          In my case The following command doesnt start tophat2. tophat2 just shows me the available options, like I have used a wrong option somewhere. Does anyone has an idea whats wrong here
          The command I use:
          tophat2 -G /home/chawla/rna_seq_pipeline/gff/mouse_ensembl.gff --transcriptome-index=tdata /home/chawla/rna_seq_pipeline/gff/mouse_ensembl
          You have to point tophat2 process to the indexes for the full genome. It appears that you are including a gff file instead of the bowtie2 indexes at the end of your command. Refer to LeonDK's example in posts above.

          Comment

          • konika
            Member
            • Sep 2010
            • 14

            #6
            Thanks, it was actually old version of tophat that also needs an input read to create transcriptome indexes.

            Comment

            Latest Articles

            Collapse

            • SEQadmin2
              Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
              by SEQadmin2



              Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
              ...
              07-09-2026, 11:10 AM
            • SEQadmin2
              Cancer Drug Resistance: The Lingering Barrier to Rising Survival
              by SEQadmin2



              Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

              There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
              07-08-2026, 05:17 AM
            • GATTACAT
              Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
              by GATTACAT
              Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
              07-01-2026, 11:43 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by SEQadmin2, Yesterday, 10:26 AM
            0 responses
            13 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-09-2026, 10:04 AM
            0 responses
            26 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-08-2026, 10:08 AM
            0 responses
            16 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-07-2026, 11:05 AM
            0 responses
            33 views
            0 reactions
            Last Post SEQadmin2  
            Working...