We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc588c0 commit fc2e160Copy full SHA for fc2e160
misc/paftools.js
@@ -2076,7 +2076,7 @@ function paf_mapeval(args)
2076
warn("Usage: paftools.js mapeval [options] <in.paf>|<in.sam>");
2077
warn("Options:");
2078
warn(" -r FLOAT mapping correct if overlap_length/union_length>FLOAT [" + ovlp_ratio + "]");
2079
- warn(" -Q INT print wrong mappings with mapQ>INT [don't print]");
+ warn(" -Q INT print wrong mappings with mapQ>=INT [don't print]");
2080
warn(" -m INT 0: eval the longest aln only; 1: first aln only; 2: all primary aln [0]");
2081
exit(1);
2082
}
0 commit comments