Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • shorter time for building bowtie index

    Hi:
    I am not sure if this question has been asked before.

    I have 120 RNA-Seq fasta files. I am using tophat2 for aligning to human genome.

    I am queing this job on a 70 node cluster. I am using bowtie genome files downloaded from Illumina genome website.

    Homo_sapiens/Ensembl/GRCh37/Sequence/Bowtie2Index/genome

    I see for every fastq file alignment, tophat building index file from genes.fa..

    It takes more than 30 minutes for every file.

    Can this time consuming process be avoided since we already have index files for bowtie.

    Following is my command line:

    tophat2 -p 16 \
    -G /Refs/Homo_sapiens/Ensembl/GRCh37/Annotation/Genes/genes.gtf \
    -o tpht \
    /Refs/Homo_sapiens/Ensembl/GRCh37/Sequence/Bowtie2Index/genome \

    myfile_1.fastq myfile_2.fastq

    Thanks

  • #2
    I don't know the answer to your question. Probably not.

    You can however get faster TopHat runs simply by adding the option --no-novel-juncs.

    Comment


    • #3
      Yes, in the most recent version(s) of tophat, you can pre-generate the indexes with the 'transcriptome-index' option:

      Comment


      • #4
        @gringer

        Very interesting, and useful. Thanks for the information.

        Comment


        • #5
          Thank you so much! that is helpful.

          However when I use the following I don't see files - known.gff, known.fa, known.fa.tlst, known.fa.ver and the known.* Bowtie index files in the directory.

          following is my command:

          tophat2 -p 16 \
          -G /Refs/Homo_sapiens/Ensembl/GRCh37/Annotation/Genes/genes.gtf \
          -o tpht \
          /Refs/Homo_sapiens/Ensembl/GRCh37/Sequence/Bowtie2Index/genome \
          --transcriptome-index=known
          myfile_1.fastq myfile_2.fastq

          Is there something wrong. Where would the indexed known files will be deposited?
          thanks
          Adrian

          Comment


          • #6
            To prepare transcriptome indexes you should not include the -o tpht or the sequence files. This is a special one time tophat run (Check the example in the link gringer included)

            Your command would be:
            Code:
            $ tophat2  \
            -G /Refs/Homo_sapiens/Ensembl/GRCh37/Annotation/Genes/genes.gtf \
            --transcriptome-index=IF_you_want_a_directory_name/known \
            /Refs/Homo_sapiens/Ensembl/GRCh37/Sequence/Bowtie2Index/genome
            This needs to be a non-threaded run so you have to omit the -p 16 as well.
            Last edited by GenoMax; 06-30-2014, 09:59 AM. Reason: Corrected error in the genome_base_name

            Comment

            Latest Articles

            Collapse

            • 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
            • seqadmin
              Current Approaches to Protein Sequencing
              by seqadmin


              Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
              04-04-2024, 04:25 PM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by seqadmin, Today, 08:47 AM
            0 responses
            12 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 04-11-2024, 12:08 PM
            0 responses
            60 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 04-10-2024, 10:19 PM
            0 responses
            59 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 04-10-2024, 09:21 AM
            0 responses
            54 views
            0 likes
            Last Post seqadmin  
            Working...
            X