Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • agc
    Member
    • May 2010
    • 26

    Recommended Bowtie Parameters

    I'm attempting an alignment using bowtie with SOLiD results, based on 50bp reads. Using the following parameters, I got 100% no alignments despite knowing that alignments exist:

    Code:
    bowtie -CS -k 2 --best <ebwt name> -f <csfasta_file> -Q <qual_file>
    After receiving no alignments, and perusing the bowtie manual a bit more, I came up with this:
    Code:
    bowtie -CS --best -l 10 -e 100 -n 3 -k 2 <ebwt name> -f <csfasta_file> -Q <qual_file>
    This run has yet to complete, but it is getting a lot more alignments. I wanted to know if the parameters I used the second time are sensible, or if they're too permissive. Since I'm new to this, I have trouble gauging what might be too permissive. Also, I'm not sure I understand the -e option as explained in the bowtie manual - if anyone has a better explanation, it'd be appreciated.
    Last edited by agc; 05-10-2010, 03:46 AM.

Latest Articles

Collapse

ad_right_rmr

Collapse

News

Collapse

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