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
      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...
      Yesterday, 07:01 AM
    • 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

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, 04-11-2024, 12:08 PM
    0 responses
    58 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 10:19 PM
    0 responses
    53 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 09:21 AM
    0 responses
    45 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-04-2024, 09:00 AM
    0 responses
    55 views
    0 likes
    Last Post seqadmin  
    Working...
    X