Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • E_w
    Junior Member
    • May 2014
    • 1

    Tophat2 and hg19 - fail to generate fasta from indexes

    Hi!

    I just wanted to do a test run with Tophat2 but it appears more difficult than anticipated...
    So I installed SAMtools and Bowtie2 in the required versions and then used the "make_hg19.sh" script from Bowtie to get the hg19 indexes. So far so good. But now when I run Tophat2 I get this:

    Code:
    tophat2 /usr/bin/bowtie2-2.2.2/indexes/hg19 FASTQ11_1.fq FASTQ12_2.fq 
    
    [2014-05-23 09:56:35] Beginning TopHat run (v2.0.11)
    -----------------------------------------------
    [2014-05-23 09:56:35] Checking for Bowtie
    		  Bowtie version:	 2.2.2.0
    [2014-05-23 09:56:35] Checking for Samtools
    		Samtools version:	 0.1.18.0
    [2014-05-23 09:56:35] Checking for Bowtie index files (genome)..
    [2014-05-23 09:56:35] Checking for reference FASTA file
    	Warning: Could not find FASTA file /usr/bin/bowtie2-2.2.2/indexes/hg19.fa
    [2014-05-23 09:56:35] Reconstituting reference FASTA file from Bowtie index
      Executing: /usr/bin/bowtie2-2.2.2/bowtie2-inspect /usr/bin/bowtie2-2.2.2/indexes/hg19 > ./tophat_out/tmp/hg19.fa
    	[FAILED]
    Error: bowtie-inspect returned an error
    bowtie-inspect: reference.cpp:471: int BitPairReference::getStretch(uint32_t*, size_t, size_t, size_t, SStringExpandable<unsigned int, 1024, 2>&) const: Assertion `0' failed.
    So it doesn't recognize the fasta files in that folder. Possibly because these are by chromosome and do not carry the same name as the index files. Eitherway Tophat2 should be able to reconstruct the fasta file from the index. Can anyone tell me where I went wrong?
  • GenoMax
    Senior Member
    • Feb 2008
    • 7142

    #2
    Generally you would want to concetenate the chromosome files into a single "genome" fasta and then build indexes from that. Indexes consist of several files and it is conventional that they get the same "base name" as the genome file. (i.e. if your genome file was hg19.fa then the index files would have hg19.* prefix.)

    If you are using standard Hg19 genome then there is no need to build the indexes/fasta file yourself. You can download an archive with these files (and more) along with the annotations from the iGenomes page: http://support.illumina.com/sequenci...e/igenome.ilmn

    Comment

    • WhatsOEver
      Senior Member
      • Apr 2012
      • 215

      #3
      Is there a hg19.fa file in the folder where the bowtie index files have been created? Because this is required by bowtie. If you have it somewhere else, create a symlink in the folder to its location (from within the bowtie index directory: ln -s /path/to/hg19.fa ./hg19.fa). If you have the individual chromosomes as separate fasta file, combine in a single file using "cat ./* > ./hg19.fa" from within a folder where only your chromsome-fastas are in.

      Comment

      Latest Articles

      Collapse

      • 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
      • SEQadmin2
        Nine Things a Sample Prep Scientist Thinks About Before Sequencing
        by SEQadmin2


        I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

        Here are nine questions we think about, in roughly the order they matter, before...
        06-18-2026, 07:11 AM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by SEQadmin2, 07-02-2026, 11:08 AM
      0 responses
      24 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-30-2026, 05:37 AM
      0 responses
      23 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-26-2026, 11:10 AM
      0 responses
      23 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-17-2026, 06:09 AM
      0 responses
      55 views
      0 reactions
      Last Post SEQadmin2  
      Working...