Skip to content
Snippets Groups Projects
Commit 8d389ce8 authored by Megens, Hendrik-Jan's avatar Megens, Hendrik-Jan
Browse files

helper scripts

parent d16a19c0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment