Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Coryza
    Member
    • Feb 2014
    • 29

    'bowtie2' is not recognized.

    Hi all,

    I'm currently trying to use bowtie2 to map our RNAseq data to the mRNA reference / chromosomes reference. Building indexes went ok, however when trying to use bowtie2 -p 1 -x [path to 6.bt indexes] [fastq file] > [sam file] it says 'bowtie2' is not recognized as an internal or external command, operable program or batch file.

    I'm using the cmd on windows. Anyone who can help me out here?
  • dpryan
    Devon Ryan
    • Jul 2011
    • 3478

    #2
    You might have to type the full PATH to bowtie2. As an aside, it's going to be a lot of hassle to deal with bioinformatics programs on windows (try to borrow someone's Mac).

    Also, unless your organism doesn't have much splicing, you'll probably get better results using tophat2.

    Comment

    • Coryza
      Member
      • Feb 2014
      • 29

      #3
      Ah it worked now, doing bowtie2-align instead of bowtie2. Anyhow, I was trying to map 60 homo sapiens mRNA sequences against the indexed reference mRNA of the homo sapiens, and 100.00% aligned 0 times.

      Is this normal? O_O

      Comment

      • dpryan
        Devon Ryan
        • Jul 2011
        • 3478

        #4
        Probably not, but I'd have to see the reads and know more about how they were generated to tell you for sure. Try using the "--local" option to see if that changes things. Also, did you quality/adapter trim your reads at all?

        Comment

        • Coryza
          Member
          • Feb 2014
          • 29

          #5
          Reads were generated with Illumina MiSeq 2 paired-end reading. Adapters & Barcodes were trimmed off.

          I'm using command bowtie-align -x hg19 -1 [file1] -2 [file2] -S [output] -fr -q

          Using extra parameter --local generates 92.50% aligned 0 times.

          Comment

          • dpryan
            Devon Ryan
            • Jul 2011
            • 3478

            #6
            You might try quality trimming things to see if that solves the problem. Alternatively, try blasting a few reads and see how they align. It may be that you simply need to change the defaults for bowtie (e.g., score-min).

            Comment

            Latest Articles

            Collapse

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by SEQadmin2, Yesterday, 10:09 AM
            0 responses
            10 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-04-2026, 08:59 AM
            0 responses
            20 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-02-2026, 12:03 PM
            0 responses
            27 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-02-2026, 11:40 AM
            0 responses
            21 views
            0 reactions
            Last Post SEQadmin2  
            Working...