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
              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...
              Today, 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, Today, 07:17 AM
            0 responses
            11 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 05-02-2024, 08:06 AM
            0 responses
            19 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 04-30-2024, 12:17 PM
            0 responses
            20 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 04-29-2024, 10:49 AM
            0 responses
            28 views
            0 likes
            Last Post seqadmin  
            Working...
            X