Skip to content

Commit 9c3e422

Browse files
author
Hossein Asghari
committed
max softclip fraction help message
1 parent 25fcc69 commit 9c3e422

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Pufferfish.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,8 @@ int main(int argc, char* argv[]) {
251251
(option("--allowSoftclip").set(alignmentOpt.allowSoftclip, true) % "Allow soft-clipping at start and end of alignments"),
252252
(option("--maxSoftclipFraction") & value("max softclip fraction general", alignmentOpt.maxSoftclipFractionGeneral)
253253
& value("max softclip fraction overhang", alignmentOpt.maxSoftclipFractionOverhang)) %
254-
"Discard alignments with soft-clip > maxSoftclipFraction * read_length."
255-
"The general and overhang fractions should be specified differently."
254+
"Discard alignments with soft-clip > maxSoftclipFraction * read_length. "
255+
"The general and overhang fractions should be specified differently. "
256256
"This value must be in the range [0, 1] (default=0.2 0.2)",
257257
(option("--computeCIGAR").set(alignmentOpt.computeCIGAR, true) % "Compute CIGAR string during alignment validation"),
258258
(option("--endBonus") & value("end bonus", alignmentOpt.endBonus)) % "Specify end bonus value when alignment reaches the end of query",

0 commit comments

Comments
 (0)