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
      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
    • seqadmin
      Strategies for Sequencing Challenging Samples
      by seqadmin


      Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
      03-22-2024, 06:39 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, 04-11-2024, 12:08 PM
    0 responses
    18 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 10:19 PM
    0 responses
    22 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 09:21 AM
    0 responses
    17 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-04-2024, 09:00 AM
    0 responses
    49 views
    0 likes
    Last Post seqadmin  
    Working...
    X