Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Bardj
    UB Buffalo Bioinformatics
    • Nov 2009
    • 26

    Bowtie-build index file generation, no *.3.ebwt, *.4.ebwt

    Hi all,
    I am working on aligning a set of paired-end reads with bowtie. I am trying to generate my reference index using:

    /data/apps/bowtie/./bowtie-build -r pombe_fasta/chromosome1.fasta,pombe_fasta/chromosome2.fasta,pombe_fasta/chromosome3.fasta pombe_indexes/

    It generates pombe.1.ebwt, pombe.2.ebwt,pombe.1.rev.ebwt,pombe.2.rev.ebwt

    When that failed to generate the files for paired-end alignment i tried the -3 option which also didn't generate the files.

    I was wondering what I can do to generate the two files needed for paired-end alignments, or if anyone has pre-built indexs for Pombe.

    I am utilizing:
    /data/apps/bowtie/bowtie-build version 0.11.3
    64-bit
    Built on privet.umiacs.umd.edu
    Mon Oct 12 18:08:44 EDT 2009
    Compiler: gcc version 3.4.6 20060404 (Red Hat 3.4.6-10)
    Options: -O3 -m64
    Sizeof {int, long, long long, void*, size_t, off_t}: {4, 8, 8, 8, 8, 8}
    Last edited by Bardj; 12-18-2009, 10:01 AM.
  • Ben Langmead
    Senior Member
    • Sep 2008
    • 200

    #2
    The -r option suppresses those files. Not specifying -r should fix it.

    Thanks,
    Ben

    Comment

    • Bardj
      UB Buffalo Bioinformatics
      • Nov 2009
      • 26

      #3
      Thanks for the quick reply Ben.

      I ran it again removing the -r option,

      /data/apps/bowtie/./bowtie-build pombe_fasta/chromosome1.fasta,pombe_fasta/chromosome2.fasta,pombe_fasta/chromosome3.fasta pombe_indexes/

      And the files still aren't being generated. I tried just having the -3 option, and this is the output:

      /data/apps/bowtie/./bowtie-build -3 pombe_fasta/chromosome1.fasta,pombe_fasta/chromosome2.fasta,pombe_fasta/chromosome3.fasta pombe_indexes/
      Settings:
      Output files: "pombe_indexes/.*.ebwt"
      Line rate: 6 (line is 64 bytes)
      Lines per side: 1 (side is 64 bytes)
      Offset rate: 5 (one in 32)
      FTable chars: 10
      Strings: unpacked
      Max bucket size: default
      Max bucket size, sqrt multiplier: default
      Max bucket size, len divisor: 4
      Difference-cover sample period: 1024
      Reference base cutoff: none
      Endianness: little
      Actual local endianness: little
      Sanity checking: disabled
      Assertions: disabled
      Random seed: 0
      Sizeofs: void*:8, int:4, long:8, size_t:8
      Input files DNA, FASTA:
      pombe_fasta/chromosome1.fasta
      pombe_fasta/chromosome2.fasta
      pombe_fasta/chromosome3.fasta
      Reading reference sizes
      Time reading reference sizes: 00:00:01
      Total time for call to driver() for forward index: 00:00:01
      Reading reference sizes
      Time reading reference sizes: 00:00:00
      Total time for backward call to driver() for mirror index: 00:00:00

      Comment

      • Ben Langmead
        Senior Member
        • Sep 2008
        • 200

        #4
        The basename you specified ("pombe_indexes/") will result in the files being named pombe_indexes/.3.ebwt and pombe_indexes/.4.ebwt. They're probably there, it's just that you won't see them unless you do "ls -a" to list files that start with ".". You probably want to use a basename more like "pombe_indexes/pombe".

        Hope that helps,
        Ben

        Comment

        • Bardj
          UB Buffalo Bioinformatics
          • Nov 2009
          • 26

          #5
          Ah thanks very much, a big oversight on my part. The files were indeed there, and changing the base name worked. Thanks very much for the help, I feel rather silly for overlooking that detail!

          Comment

          Latest Articles

          Collapse

          • SEQadmin2
            Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
            by SEQadmin2



            Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
            ...
            07-09-2026, 11:10 AM
          • SEQadmin2
            Cancer Drug Resistance: The Lingering Barrier to Rising Survival
            by SEQadmin2



            Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

            There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
            07-08-2026, 05:17 AM
          • 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

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by SEQadmin2, 07-13-2026, 10:26 AM
          0 responses
          26 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-09-2026, 10:04 AM
          0 responses
          37 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-08-2026, 10:08 AM
          0 responses
          23 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-07-2026, 11:05 AM
          0 responses
          34 views
          0 reactions
          Last Post SEQadmin2  
          Working...