Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • 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?

  • #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


    • #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

      • 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...
        Yesterday, 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, 07:17 AM
      0 responses
      11 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
      20 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-29-2024, 10:49 AM
      0 responses
      28 views
      0 likes
      Last Post seqadmin  
      Working...
      X