File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -251,8 +251,8 @@ int main(int argc, char* argv[]) {
251
251
(option (" --allowSoftclip" ).set (alignmentOpt.allowSoftclip , true ) % " Allow soft-clipping at start and end of alignments" ),
252
252
(option (" --maxSoftclipFraction" ) & value (" max softclip fraction general" , alignmentOpt.maxSoftclipFractionGeneral )
253
253
& 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. "
256
256
" This value must be in the range [0, 1] (default=0.2 0.2)" ,
257
257
(option (" --computeCIGAR" ).set (alignmentOpt.computeCIGAR , true ) % " Compute CIGAR string during alignment validation" ),
258
258
(option (" --endBonus" ) & value (" end bonus" , alignmentOpt.endBonus )) % " Specify end bonus value when alignment reaches the end of query" ,
You can’t perform that action at this time.
0 commit comments