Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • spb2003
    Junior Member
    • Feb 2009
    • 4

    Multiple index files in Bowtie?

    Hello Everyone,

    I am working on a 32 bit RH Linux machine and setting up a RNASeq analysis pipeline. As part of ERANGE, I am building an index of the expanded genome but on including .fa.masked files the total number of characters balloons to more than 2^32. I went ahead and built two index files by splitting all the files into two sets.
    I tried an small example of aligning a 36bp read against both the refseq and ensembl index. No alignments are found if I use two index together in the command line but they are found when searched against one index at a time. Is this the only option when there are multiple index files or am I missing something more obvious?

    Thanks for your help.
  • GeeSharpMinor
    Junior Member
    • Mar 2009
    • 4

    #2
    I run an RNAseq pipeline where we sequentially align against two different indexes, maybe I can help. can you copy/paste the commands you use, also listing any options?

    Comment

    • spb2003
      Junior Member
      • Feb 2009
      • 4

      #3
      for eg. I want to align CCTCACCCTGTCCCTCCTNAGCCAGCAGAGGCCCA against two index files hg18_block1 and hg18_block2. Since I am still building the index, I will give an example using different index

      $bowtie -t human_ensembl_cdna -c CCTCACCCTGTCCCTCCTNAGCCAGCAGAGGCCCA
      Time loading forward index: 00:00:01
      Time loading mirror index: 00:00:02
      Seeded quality full-index search: 00:00:00
      0 + ENST00000322310 755 CCTCACCCTGTCCCTCCTNAGCCAGCAGAGGCCCA IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII 0 7:T>C,18:C>N
      Reported 1 alignments to 1 output stream(s)
      Time searching: 00:00:03
      Overall time: 00:00:03

      $bowtie -t refseq_human -c CCTCACCCTGTCCCTCCTNAGCCAGCAGAGGCCCA
      Time loading forward index: 00:00:02
      Time loading mirror index: 00:00:01
      Seeded quality full-index search: 00:00:00
      0 + REFSEQ:NM_003731 800 CCTCACCCTGTCCCTCCTNAGCCAGCAGAGGCCCA IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII 0 7:T>C,18:C>N
      Reported 1 alignments to 1 output stream(s)
      Time searching: 00:00:03
      Overall time: 00:00:03

      The following does not work:
      $bowtie -t human_ensembl_cdna -t refseq_human -c CCCTCACCCTGTCCCTCCTNAGCCAGCAGAGGCCCA
      Time loading forward index: 00:00:02
      Time loading mirror index: 00:00:01
      Seeded quality full-index search: 00:00:00
      No results
      Time searching: 00:00:03
      Overall time: 00:00:03

      Is a sequential search the only option or is there a way to do alignment against multiple index files simultaneously.

      Thanks.

      Comment

      • GeeSharpMinor
        Junior Member
        • Mar 2009
        • 4

        #4
        unfortunately, sequential is the only way to do it as far as I know.

        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, Yesterday, 11:08 AM
        0 responses
        7 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-30-2026, 05:37 AM
        0 responses
        11 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-26-2026, 11:10 AM
        0 responses
        20 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-17-2026, 06:09 AM
        0 responses
        54 views
        0 reactions
        Last Post SEQadmin2  
        Working...