Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Tophat Can't Find Bowtie2 Index!?!?!

    Hi everyone,

    So I am familiar with using tophat for alignment and I used it successfully a few weeks ago with the following command:

    tophat -p 4 –G ./Homo_sapiens.knownGene.hg19.sorted.withGenes.gtf --transcriptome-index=transcript_data/known hg19 ERR188021_1.fastq ERR188021_2.fastq &

    When I previously ran this, it worked, however I ran it today with different fastq files and it gave me this error:

    Error: Could not find Bowtie 2 index files (–G.*.bt2)

    It seems like for some reason tophat thinks that -G is the base name for the index files instead of hg19. I have tried adding the full path for the hg19 but that gave the same error, I also tried getting rid of the --transcriptome-index part and that didn't change anything either. I need to have the -G reference transcript when running tophat but I don't know why this error is occuring. I tried to recreate the index files from bowtie2-build and put all 6 files into a folder titled Index which was located on my desktop and then in the above command, changed hg19 to /Path/Desktop/Index/hg19. This also failed as well.

    This is really frustrating because the same exact command was working just a few weeks ago. I have top hat version 2.0.11 and bowtie2 version 2.2.3

    I really need some help on this since I spent many hours trying to solve this problem. Any help would GREATLY be appreciated.

    THANK YOU!!!
    Last edited by thickrick99; 08-12-2014, 07:58 PM.

  • #2
    as far as I remember, tophat is quite sensitive to the correct order of parameters. The error, however, looks more like you forgot a space somewhere - put the full path to the gtf and and the index in a variable and refer to that, this makes it easier to see errors like that. I do have the same versions of tophat and bowtie2 installed and just tried the following (which worked fine)

    Code:
    b2Index=/path/to/index/files
    gffFile=/path/to/gtf/file
    tophatDir=/path/to/tophatOutputDir
    
    tophat -o $tophatDir -p 8 -i 20 -G $gffFile $b2Index /path/to/your/fastq/files

    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...
      05-06-2024, 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, Yesterday, 06:57 AM
    0 responses
    12 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 05-06-2024, 07:17 AM
    0 responses
    16 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
    24 views
    0 likes
    Last Post seqadmin  
    Working...
    X