Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • MariaGeorge61
    Junior Member
    • Apr 2014
    • 5

    Bowtie2 for macintosh

    Hi forum members:
    I tried to work with bowtie2 in macintosh OS X 10.8.5, however, bowtie2 is not working. After following step by step the example with lambda_virus from Bowtie 2 Manual the following message does appear:

    Warning: Could not open read file "/example/reads/reads_1.fq" for reading; skipping...
    Error: No input read files were valid
    bowtie2-align exited with value 1

    Could anybody help me please?

    MariaGeorge
  • yueluo
    Member
    • Aug 2013
    • 82

    #2
    What was your command line ?

    Comment

    • MariaGeorge61
      Junior Member
      • Apr 2014
      • 5

      #3
      Thank you very much.

      $bowtie2 -x lambda_virus -1 /example/reads/reads_1.fq -2 /example/reads/reads_2.fq -S eg2.sam

      I tried writting the entire path but also failed, other basenames and local alignment also gave identical results.

      Sorry for the trouble.

      MariaGeorge

      Comment

      • Brian Bushnell
        Super Moderator
        • Jan 2014
        • 2709

        #4
        Maria,

        I can't help you with bowtie2, but BBMap will work on OSX, if you have Java installed.

        java -ea -Xmx1g -cp path/to/current align2.BBMap ref=reference.fa in1=reads1.fq in2=reads2.fq out=mapped.sam

        You have to replace "path/to/current" with the actual path to the directory "current" from the unzipped package.

        Comment

        • dpryan
          Devon Ryan
          • Jul 2011
          • 3478

          #5
          The error is due to you specifying:

          Code:
          ... /example/reads/reads_1.fq ...
          which is very unlikely to exist on your computer unless you happened to make a /example directory. Normally you'd just "cd" to the directory containing the bowtie2 executable and type:

          Code:
          ./bowtie2 -x example/index/lambda_virus -1 example/reads/reads_1.fq -2 example/reads/reads_2.fq -S eg2.sam
          Note the usage of relative paths above. You might want to pick up a book on basic linux/mac command line usage. That'll save you a lot of headaches.

          Comment

          • MariaGeorge61
            Junior Member
            • Apr 2014
            • 5

            #6
            Thank you very much

            It works well. Now I realize what is going on with macintosh comand line.
            I will read, and also try with BBMap it also seems a good option.

            Thanks everybody and good day!

            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, 07-02-2026, 11:08 AM
            0 responses
            12 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-30-2026, 05:37 AM
            0 responses
            14 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...