Skip to content

Commit

Permalink
Update -t documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
apmasell committed Apr 23, 2014
1 parent 30c4da6 commit c7e0a1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion args_assembler.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ static bool set_threshold(
return true;
}

const panda_tweak_assembler panda_stdargs_threshold = { 't', "threshold", "The minimum probability that a sequence must have to match a primer.", set_threshold, false };
const panda_tweak_assembler panda_stdargs_threshold = { 't', "threshold", "The minimum probability that a sequence must have to assemble and, if used, match a primer.", set_threshold, false };

static bool set_primer(
PandaAssembler assembler,
Expand Down
1 change: 1 addition & 0 deletions pandaseq.1
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ for more information.
.TP
\-t threshold
The score, between zero and one, that a sequence must meet to be kept in the output. Any alignments lower than this will be discarded as low quality. Increasing this number will not necessarily prevent uncalled bases\ (Ns) from appearing in the final sequence.
It is also used as the threshold to match primers, if primers are supplied. The default value is 0.6.
.TP
\-T threads
The number of threads to spawn. This will only be avilable if PANDAseq was compiled with
Expand Down

0 comments on commit c7e0a1c

Please sign in to comment.