Skip to content

Commit fc2e160

Browse files
authored
Update paftools.js (#1145)
In mapeval "-Q INT" reports wrong alignments with mapQ>=INT, not with mapQ>INT
1 parent bc588c0 commit fc2e160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/paftools.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2076,7 +2076,7 @@ function paf_mapeval(args)
20762076
warn("Usage: paftools.js mapeval [options] <in.paf>|<in.sam>");
20772077
warn("Options:");
20782078
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]");
2079+
warn(" -Q INT print wrong mappings with mapQ>=INT [don't print]");
20802080
warn(" -m INT 0: eval the longest aln only; 1: first aln only; 2: all primary aln [0]");
20812081
exit(1);
20822082
}

0 commit comments

Comments
 (0)