Skip to content

Commit

Permalink
fix: do not expect md5 sums for make_vcf step of melt (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe authored Jan 5, 2023
1 parent ee84aa4 commit 65b45bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions snappy_pipeline/workflows/common/melt.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,7 @@ def _get_output_files_make_vcf(self):
yield "list_txt", f"work/{infix}/out/list.txt"
yield "done", touch(f"work/{infix}/out/.done")
yield "vcf", f"work/{infix}/out/{infix}.final_comp.vcf.gz"
yield "vcf_md5", f"work/{infix}/out/{infix}.final_comp.vcf.gz.md5"
yield "vcf_tbi", f"work/{infix}/out/{infix}.final_comp.vcf.gz.tbi"
yield "vcf_tbi_md5", f"work/{infix}/out/{infix}.final_comp.vcf.gz.tbi.md5"

@dictify
def _get_input_files_merge_vcf(self, wildcards):
Expand Down

0 comments on commit 65b45bd

Please sign in to comment.