Unconfigured Ad

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

    #1

    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

            • 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, Yesterday, 10:35 AM
            0 responses
            7 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 08-06-2026, 07:41 AM
            0 responses
            24 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 08-03-2026, 10:13 AM
            0 responses
            44 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-31-2026, 02:55 AM
            0 responses
            48 views
            0 reactions
            Last Post SEQadmin2  
            Working...