#Use input file with format "chrom start end sample cell class scalar num_bins sv_call_name sv_call_haplotype sv_call_name_2nd sv_call_haplotype_2nd llr_to_ref llr_to_2nd af"
#
...
...
@@ -18,6 +20,7 @@ if (!$ARGV[0]) {
printSTDERR"Filters deletions seen in less then $min_WC WC chromosomes\n";
printSTDERR"Filters duplications seen in less then $min_WC WC chromosomes (but gives inv-dups seen in such context a PASS)\n";
printSTDERR"Del and Dup events with llr_to_ref>=$safe_llr_to_ref will never be masked\n";
printfSTDERR"uses SegDup file $SegDup_file and removes all Dels overlapping with SegDups by >%3.1f%\n",$MaxSegDup_overlap*100;