Closed imev2023 closed 1 month ago
Hi,
I noticed a syntax error on line 97 in Monopgen.py. The third "cmd1 = " definition needs to be printed on its own line.
cmd1 = cmd1 + " | " + bcftools + " view " + " | " + bcftools + ' filter -e \'REF !~ "^[ATGC]$"\' | ' + bcftools + " norm -m-both -f " + args.reference cmd1 = cmd1 + " | grep -v \"<X>\" | grep -v INDEL |" + bgzip + " -c > " + args.out + "/germline/" + jobid + ".gl.vcf.gz"
to
Thanks. The bug has been fixed.
Hi,
I noticed a syntax error on line 97 in Monopgen.py. The third "cmd1 = " definition needs to be printed on its own line.
to