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
              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
            • 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

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by seqadmin, Yesterday, 06:55 AM
            0 responses
            12 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 05-30-2024, 03:16 PM
            0 responses
            24 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 05-29-2024, 01:32 PM
            0 responses
            28 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 05-24-2024, 07:15 AM
            0 responses
            215 views
            0 likes
            Last Post seqadmin  
            Working...
            X