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 #430 from jlac/activeDev
Browse files Browse the repository at this point in the history
update hg38 PON
  • Loading branch information
jlac committed Sep 30, 2019
2 parents 963b73f + b922e97 commit 6dccc34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Rules/all-wgs-somatic.rl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if config['project']['annotation'] == "hg19":
config['project']['workpath']+"/mutect2_out",
config['project']['workpath']+"/mutect_out",
expand(config['project']['workpath']+"/conpair_out/{p}.conpair", p=pairs),
"sample_network.bmp",
"sample_network_mqc.png",
config['project']['workpath']+"/mutect2_out/mutect2_variants.database",
config['project']['workpath']+"/mutect_out/mutect_variants.database",
config['project']['workpath']+"/strelka_out/strelka_variants.database",
Expand Down Expand Up @@ -55,7 +55,7 @@ elif config['project']['annotation'] == "hg38":
config['project']['workpath']+"/mutect2_out",
config['project']['workpath']+"/mutect_out",
expand(config['project']['workpath']+"/conpair_out/{p}.conpair", p=pairs),
"sample_network.bmp",
"sample_network_mqc.png",
config['project']['workpath']+"/mutect2_out/mutect2_variants.database",
config['project']['workpath']+"/mutect_out/mutect_variants.database",
config['project']['workpath']+"/strelka_out/strelka_variants.database",
Expand Down Expand Up @@ -96,7 +96,7 @@ elif config['project']['annotation'] == "mm10":
config['project']['workpath']+"/mutect2_out/mutect2_variants.database",
config['project']['workpath']+"/mutect_out/mutect_variants.database",
config['project']['workpath']+"/strelka_out/strelka_variants.database",
"sample_network.bmp",
"sample_network_mqc.png",
config['project']['workpath']+"/mutect2_out/oncotator_out/mutect2_variants.maf",
config['project']['workpath']+"/mutect2_out/mutsigCV_out/somatic.sig_genes.txt",
config['project']['workpath']+"/strelka_out/oncotator_out/strelka_variants.maf",
Expand Down
4 changes: 2 additions & 2 deletions hg38.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"exomeseq": {
"VARDICTBED": "/data/CCBR_Pipeliner/db/PipeDB/lib/GRCh38.d1.vd1.chroms.bed",
"BWAGENOME": "/data/CCBR_Pipeliner/db/PipeDB/lib/GRCh38.d1.vd1.fa",
"PON": "/data/CCBR_Pipeliner/db/PipeDB/lib/1kGenomes_ExAC_0.001freq_PON.hg38.vcf.gz",
"PON": "/data/CCBR_Pipeliner/db/PipeDB/lib/hg38.noCOSMIC_ClinVar.pon.vcf.gz",
"GENOME": "/data/CCBR_Pipeliner/db/PipeDB/lib/GRCh38.d1.vd1.fa",
"CNVKITGENOME": "/data/CCBR_Pipeliner/db/PipeDB/lib/GRCh38.d1.vd1.fa",
# "CNVKITREF": "/data/CCBR_Pipeliner/db/PipeDB/lib/GRCh38.d1.vd1_flatRef.cnn",
Expand Down Expand Up @@ -77,7 +77,7 @@
"genomeseq": {
"VARDICTBED": "/data/CCBR_Pipeliner/db/PipeDB/lib/GRCh38.d1.vd1.chroms.bed",
"BWAGENOME": "/data/CCBR_Pipeliner/db/PipeDB/lib/GRCh38.d1.vd1.fa",
"PON": "/data/CCBR_Pipeliner/db/PipeDB/lib/1kGenomes_ExAC_0.001freq_PON.hg38.vcf.gz",
"PON": "/data/CCBR_Pipeliner/db/PipeDB/lib/hg38.noCOSMIC_ClinVar.pon.vcf.gz",
"GENOME": "/data/CCBR_Pipeliner/db/PipeDB/lib/GRCh38.d1.vd1.fa",
"CNVKITGENOME": "/data/CCBR_Pipeliner/db/PipeDB/lib/GRCh38.d1.vd1.fa",
"CNVKITREF": "/data/CCBR_Pipeliner/db/PipeDB/lib/GRCh38.d1.vd1_flatRef.cnn",
Expand Down

0 comments on commit 6dccc34

Please sign in to comment.