Skip to content

Commit

Permalink
max softclip fraction help message
Browse files Browse the repository at this point in the history
  • Loading branch information
HosseinAsghari committed Sep 18, 2022
1 parent 25fcc69 commit 9c3e422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Pufferfish.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@ int main(int argc, char* argv[]) {
(option("--allowSoftclip").set(alignmentOpt.allowSoftclip, true) % "Allow soft-clipping at start and end of alignments"),
(option("--maxSoftclipFraction") & value("max softclip fraction general", alignmentOpt.maxSoftclipFractionGeneral)
& value("max softclip fraction overhang", alignmentOpt.maxSoftclipFractionOverhang)) %
"Discard alignments with soft-clip > maxSoftclipFraction * read_length."
"The general and overhang fractions should be specified differently."
"Discard alignments with soft-clip > maxSoftclipFraction * read_length. "
"The general and overhang fractions should be specified differently. "
"This value must be in the range [0, 1] (default=0.2 0.2)",
(option("--computeCIGAR").set(alignmentOpt.computeCIGAR, true) % "Compute CIGAR string during alignment validation"),
(option("--endBonus") & value("end bonus", alignmentOpt.endBonus)) % "Specify end bonus value when alignment reaches the end of query",
Expand Down

0 comments on commit 9c3e422

Please sign in to comment.