From 3a375d34366cf5ac35d1ae7f60edc028c03063a0 Mon Sep 17 00:00:00 2001 From: Heng Li Date: Sun, 24 Dec 2017 18:04:00 -0500 Subject: [PATCH] renamed paf2ovlp to ov-eval --- misc/{paf2ovlp.js => ov-eval.js} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename misc/{paf2ovlp.js => ov-eval.js} (97%) diff --git a/misc/paf2ovlp.js b/misc/ov-eval.js similarity index 97% rename from misc/paf2ovlp.js rename to misc/ov-eval.js index f1b74a8..db8f2eb 100644 --- a/misc/paf2ovlp.js +++ b/misc/ov-eval.js @@ -43,7 +43,7 @@ while ((c = getopt(arguments, "q:l:f:")) != null) { else if (c == 'f') min_frac = parseFloat(getopt.arg); } if (arguments.length - getopt.ind < 2) { - print("Usage: sort -k6,6 -k8,8n to-ref.paf | k8 paf2ovlp.js [options] - "); + print("Usage: sort -k6,6 -k8,8n to-ref.paf | k8 ov-eval.js [options] - "); print("Options:"); print(" -l INT min overlap length [2000]"); print(" -q INT min mapping quality [10]");