Commit e2416800 authored by Simon Verdez's avatar Simon Verdez

ajout profondeur

parent eeb9a1cf
......@@ -23,6 +23,7 @@ body = body.append(htmltag.H2('Variants pharmgkb'))
data = get_data("/work/gad/sv347413/epilepsie/Pipeline/tableau pharmgkb.ods")
vcf_reader_SNP = VariantFile(sys.argv[1])
vcf_reader_CNV = VariantFile(sys.argv[2])
BAM_FILE = VariantFile(sys.argv[4])
Report_HLA = open(sys.argv[3],"r")
for record in vcf_reader_SNP.fetch():
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment