Unconfigured Ad

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

    #1

    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
          Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
          by SEQadmin2



          CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

          Despite this, “CRISPR helped turn genome editing from a specialized technique into
          ...
          07-31-2026, 11:01 AM
        • SEQadmin2
          Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
          by SEQadmin2


          Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

          The systematic characterization of the human proteome has
          ...
          07-20-2026, 11:48 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, 08-06-2026, 07:41 AM
        0 responses
        15 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 08-03-2026, 10:13 AM
        0 responses
        31 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-31-2026, 02:55 AM
        0 responses
        41 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-24-2026, 12:17 PM
        0 responses
        26 views
        0 reactions
        Last Post SEQadmin2  
        Working...