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

            • mylaser
              Reply to Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
              by mylaser
              Kheloyar – Everything You Need to Know About Kheloyaar Login and Kheoyar Id
              If you are looking for an online gaming platform that offers a user-friendly experience, Kheloyar has become a name that many users search for. Whether you're interested in creating a new account, accessing your dashboard through Kheloyaar Login, or learning how to obtain a Kheoyar Id, understanding the platform's features and account process is essential.
              This guide explains everything you need to know about...
              Yesterday, 01:13 AM
            • 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

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by SEQadmin2, 07-09-2026, 10:04 AM
            0 responses
            17 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-08-2026, 10:08 AM
            0 responses
            10 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-07-2026, 11:05 AM
            0 responses
            25 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-02-2026, 11:08 AM
            0 responses
            31 views
            0 reactions
            Last Post SEQadmin2  
            Working...