Seqanswers Leaderboard 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

            • seqadmin
              Pathogen Surveillance with Advanced Genomic Tools
              by seqadmin




              The COVID-19 pandemic highlighted the need for proactive pathogen surveillance systems. As ongoing threats like avian influenza and newly emerging infections continue to pose risks, researchers are working to improve how quickly and accurately pathogens can be identified and tracked. In a recent SEQanswers webinar, two experts discussed how next-generation sequencing (NGS) and machine learning are shaping efforts to monitor viral variation and trace the origins of infectious...
              03-24-2025, 11:48 AM
            • seqadmin
              New Genomics Tools and Methods Shared at AGBT 2025
              by seqadmin


              This year’s Advances in Genome Biology and Technology (AGBT) General Meeting commemorated the 25th anniversary of the event at its original venue on Marco Island, Florida. While this year’s event didn’t include high-profile musical performances, the industry announcements and cutting-edge research still drew the attention of leading scientists.

              The Headliner
              The biggest announcement was Roche stepping back into the sequencing platform market. In the years since...
              03-03-2025, 01:39 PM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by seqadmin, 03-20-2025, 05:03 AM
            0 responses
            41 views
            0 reactions
            Last Post seqadmin  
            Started by seqadmin, 03-19-2025, 07:27 AM
            0 responses
            46 views
            0 reactions
            Last Post seqadmin  
            Started by seqadmin, 03-18-2025, 12:50 PM
            0 responses
            36 views
            0 reactions
            Last Post seqadmin  
            Started by seqadmin, 03-03-2025, 01:15 PM
            0 responses
            191 views
            0 reactions
            Last Post seqadmin  
            Working...