Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #431 from jlac/activeDev
Browse files Browse the repository at this point in the history
fixed gzipped VCF bug in exam and WGS pipelines
  • Loading branch information
jlac committed Oct 16, 2019
2 parents 6dccc34 + a5bdb62 commit 9b17bda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rules/admixture_germline.rl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rule admixture_germline:
input: "exome.strictFilter.vcf.gz"
input: "exome.strictFilter.vcf"
output: vcf=temp("admixture_out/samples_noINDEL_nomissing.recode.vcf"),
mergedvcf=temp("admixture_out/samples_and_knowns.vcf"),
ped=temp("admixture_out/samples_and_knowns_filtered.ped"),
Expand Down
2 changes: 1 addition & 1 deletion Rules/make.germline.network.rl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rule make_germline_network:
input: "exome.strictFilter.vcf.gz"
input: "exome.strictFilter.vcf"
output: network="sample_network_mqc.png",
params: rname="make.germline.network"
shell: """
Expand Down

0 comments on commit 9b17bda

Please sign in to comment.