Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • ThePresident
    Member
    • Jun 2012
    • 72

    Bowtie default parameters

    Hello,

    I have a very simple question about bowtie:

    If I run bowtie without explicitly specifying the mode, the default mode should be used (which is -n mode), right? Now, if I don't specify neither the number of mismatches (-N) nor seed length (-L), what are the default parameters for N and L then?

    Thank you in advance,

    TP
  • GenoMax
    Senior Member
    • Feb 2008
    • 7142

    #2
    For bowtie2

    -N <int> max # mismatches in seed alignment; can be 0 or 1 (0)
    -L <int> length of seed substrings; must be >3, <32 (22)

    N = 0 and L = 22.
    Presets: Same as:
    For --end-to-end:
    --very-fast -D 5 -R 1 -N 0 -L 22 -i S,0,2.50
    --fast -D 10 -R 2 -N 0 -L 22 -i S,0,2.50
    --sensitive -D 15 -R 2 -N 0 -L 22 -i S,1,1.15 (default)
    --very-sensitive -D 20 -R 3 -N 0 -L 20 -i S,1,0.50

    For --local:
    --very-fast-local -D 5 -R 1 -N 0 -L 25 -i S,1,2.00
    --fast-local -D 10 -R 2 -N 0 -L 22 -i S,1,1.75
    --sensitive-local -D 15 -R 2 -N 0 -L 20 -i S,1,0.75 (default)
    --very-sensitive-local -D 20 -R 3 -N 0 -L 20 -i S,1,0.50

    Comment

    • ThePresident
      Member
      • Jun 2012
      • 72

      #3
      Yeah, that's for bowtie 2. I used the original version of bowtie. I wonder if they kept the same default parameters...

      Comment

      • mastal
        Senior Member
        • Mar 2009
        • 666

        #4
        The default values of n and l for bowtie are different.

        See the bowtie manual

        Comment

        • GenoMax
          Senior Member
          • Feb 2008
          • 7142

          #5
          N and L are not valid options for bowtie 1.0 (but n and l are)

          -n/--seedmms <int> max mismatches in seed (can be 0-3, default: -n 2)
          -e/--maqerr <int> max sum of mismatch quals across alignment for -n (def: 70)
          -l/--seedlen <int> seed length for -n (default: 28)

          Comment

          • ThePresident
            Member
            • Jun 2012
            • 72

            #6
            Originally posted by GenoMax View Post
            N and L are not valid options for bowtie 1.0 (but n and l are)
            Darn, I was looking at wrong place... Anyway, thanks alot!

            TP

            Comment

            Latest Articles

            Collapse

            ad_right_rmr

            Collapse

            News

            Collapse

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