Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • thickrick99
    Member
    • Jul 2014
    • 21

    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.
  • WhatsOEver
    Senior Member
    • Apr 2012
    • 215

    #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

    • 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.
      ...
      Yesterday, 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:04 AM
    0 responses
    9 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-08-2026, 10:08 AM
    0 responses
    7 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-07-2026, 11:05 AM
    0 responses
    12 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-02-2026, 11:08 AM
    0 responses
    31 views
    0 reactions
    Last Post SEQadmin2  
    Working...