Skip to content
Snippets Groups Projects
Commit 80e9067d authored by Floreal Cabanettes's avatar Floreal Cabanettes
Browse files

Remove ungzipped vcf file

parent b45bc530
No related branches found
No related tags found
No related merge requests found
......@@ -175,6 +175,8 @@ def build_genotypes_vcf_list(deletions: dict, output_vcf, haploid, force_polymor
tabix_compress(output_vcf, output_vcf + ".gz", True)
tabix_index(output_vcf + ".gz", force=True, preset="vcf")
os.remove(output_vcf)
return genotypes_for_inds
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment