From 8d389ce86a267aaa9321e29f2771b0dcf1de46cf Mon Sep 17 00:00:00 2001 From: "Megens, Hendrik-Jan" <hendrik-jan.megens@wur.nl> Date: Sun, 8 Mar 2015 19:59:36 +0100 Subject: [PATCH] helper scripts --- print_fields_from_vcf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/print_fields_from_vcf.py b/print_fields_from_vcf.py index 9a05ef0..2b19688 100644 --- a/print_fields_from_vcf.py +++ b/print_fields_from_vcf.py @@ -86,7 +86,7 @@ if __name__=="__main__": myline=myline[:-1] if not myline.startswith('#'): # avoid VCF comment lines vcf_line=vcfelements(myline) - print(vcf_line) + #print(vcf_line) print_by_method(vcf_line,method) except (BrokenPipeError,IOError): # exception handling for BrokenPipeError; works in P3.3, not P3.4! Need this workaround sys.stdout.write = _void_f -- GitLab