Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • huzefa_mehta
    Junior Member
    • Aug 2013
    • 6

    Bowtie cannot find genomes in directory

    I am running bowtie (1) and the tool doesnt seem to recognize the indexes (although they are present in the directory, I have specified). Any clues?

    ubuntu@ip-172-31-15-51:~$ ./rung
    Could not locate a Bowtie index corresponding to basename "/home/ubuntu/bowtie-indexes/mm9"
    Command: /home/ubuntu/bowtie-master/bowtie-master/bowtie -m 1 -p 6 -S /home/ubuntu/bowtie-indexes/mm9 fastq/myc.fastq.gz myc.sam
    ubuntu@ip-172-31-15-51:~$ ls bowtie-indexes/mm9
    chr10.fa chr13.fa chr16.fa chr19.fa chr3.fa chr6.fa chr9.fa chrY.fa mm9.2.ebwt mm9.ebwt.zip mm9.rev.2.ebwt
    chr11.fa chr14.fa chr17.fa chr1.fa chr4.fa chr7.fa chrM.fa make_mm9.sh mm9.3.ebwt mm9.fa
    chr12.fa chr15.fa chr18.fa chr2.fa chr5.fa chr8.fa chrX.fa mm9.1.ebwt mm9.4.ebwt mm9.rev.1.ebwt
  • mastal
    Senior Member
    • Mar 2009
    • 666

    #2
    I think you have to give the basename of the index, as well as the directory,
    so in your case that would be:
    "/home/ubuntu/bowtie-indexes/mm9/mm9"

    Comment

    • bishwo
      Junior Member
      • Jan 2012
      • 8

      #3
      merge all chr file to one and create bowtie index of that files or create bowtie index from single whole genome file. It seems bowtie does not take indices of separate chromosome files.

      I have following bowtie index which works fine

      [use@localhost Desktop]$ ls /home/references/iGenomes/Mus_musculus/UCSC/mm10/Sequence/BowtieIndex/
      genome.1.ebwt genome.2.ebwt genome.3.ebwt genome.4.ebwt genome.fa genome.rev.1.ebwt genome.rev.2.ebwt

      P.S. like @mastal said give base name (without extension). In my case bowtie index is /home/references/iGenomes/Mus_musculus/UCSC/mm10/Sequence/BowtieIndex/genome and single whole genome file is genome.fa
      Last edited by bishwo; 08-29-2013, 11:30 PM.

      Comment

      • tokitky
        Junior Member
        • Oct 2013
        • 4

        #4
        It is too late to answer this thread, but for the people who will face similar problems.

        I've just had similar problems when I run the bowtie with ubuntu on Acer netbook (4GB memory).

        The error message said as follows;

        could not locate a bowtie index corresponding to basename "mm9"

        At that time, I did not have enough space on my hard drive since there were several fastq files on my netbook, and the system seemed not to be stable.

        I remove all of the fastq files other than the one which is using for bowtie, then tried to start bowtie. Since then, I had never seen the error message.

        Comment

        Latest Articles

        Collapse

        • 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
        • SEQadmin2
          From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
          by SEQadmin2


          Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


          The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
          ...
          06-02-2026, 10:05 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, Today, 11:10 AM
        0 responses
        5 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-17-2026, 06:09 AM
        0 responses
        41 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-09-2026, 11:58 AM
        0 responses
        102 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-05-2026, 10:09 AM
        0 responses
        123 views
        0 reactions
        Last Post SEQadmin2  
        Working...