Skip to content
This repository was archived by the owner on May 5, 2019. It is now read-only.

Commit 92348dc

Browse files
author
Connor McCoy
committed
docs
1 parent 66a25e6 commit 92348dc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

python/vdjalign/subcommands/align_fastq.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,10 @@ def fill_targets_alignment_options(p):
5353
opening penalty [default: %(default)d]""")
5454
agrp.add_argument('-e', '--gap-extend', default=1, type=int, help="""Gap
5555
extension penalty [default: %(default)d]""")
56-
agrp.add_argument('--max-drop', default=0, type=int, help="""Maximum
57-
alignment score drop [default: %(default)d]""")
56+
agrp.add_argument('--max-drop', default=0, type=int, help="""Only output
57+
alignments with scores within MAX_DROP of the best
58+
scoring alignment for each segment [default:
59+
%(default)d]""")
5860
agrp.add_argument('--min-score', default=0, type=int, help="""Minimum (V)
5961
alignment score [default: %(default)d]""")
6062
agrp.add_argument('--bandwidth', default=150, type=int, help="""Bandwidth

0 commit comments

Comments
 (0)