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

Commit

Permalink
split haplotype caller by chromosome for all germline pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
jlac committed Sep 28, 2018
1 parent 3ac58f5 commit 39f6ca3
Show file tree
Hide file tree
Showing 3 changed files with 649 additions and 148 deletions.
4 changes: 2 additions & 2 deletions Rules/all-wgslow.rl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if config['project']['annotation'] == "hg19":
"combined.strictFilter.vcf",
"manta_out/results/variants/diploidSV.vcf.gz",
config['project']['workpath']+"/svaba_out/svaba.log",
expand("{s}"+".g.vcf",s=samples),
# expand("{s}"+".g.vcf",s=samples),
expand("canvas_out/{s}/CNV.vcf.gz", s=samples),
"admixture_out/admixture_table.tsv",
expand("{s}.recal.bam",s=samples),
Expand Down Expand Up @@ -39,7 +39,7 @@ elif config['project']['annotation'] == "hg38":
"combined.strictFilter.vcf",
"manta_out/results/variants/diploidSV.vcf.gz",
config['project']['workpath']+"/svaba_out/svaba.log",
expand("{s}"+".g.vcf",s=samples),
# expand("{s}"+".g.vcf",s=samples),
expand("canvas_out/{s}/CNV.vcf.gz", s=samples),
"admixture_out/admixture_table.tsv",
expand("{s}.recal.bam",s=samples),
Expand Down
Loading

0 comments on commit 39f6ca3

Please sign in to comment.