Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

OptionEffect
--end-to-end or --localControls whether the entire read must align to the reference, or whether soft-clipping the ends is allowed to find internal alignments. Default --end-to-end
-LControls the length of seed substrings generated from each read (default = 22)
-NControls the number of mismatches allowable in the seed of each alignment (default = 0)
-iInterval between extracted seeds. Default is a function of read length and alignment mode.
--score-minMinimum alignment score for reporting alignments. Default is a function of read length and alignment mode.maControls the alignment score contribution of a matching base (0 for --end-to-end, 2 for --local)

To decide how we want to go about doing our alignment, check out the file we're aligning with less:

...