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

Commit

Permalink
v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kopardev committed May 30, 2018
1 parent 997b26d commit b286329
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cluster.json
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@
},
"gatk_realign":
{
"threads": "2",
"threads": "1",
"gres":"lscratch:500",
"mem": "64g"
},
Expand Down
6 changes: 3 additions & 3 deletions rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"rules": {
"avia": ["wgslow","exomeseq-germline","exomeseq-germline-recal","exomeseq-germline-partial","rnaseqvargerm"],
"rnaseqforfusions": ["rnaseqfusion"],
"rnafusioncleanup": ["rnaseqfusion"],
"rnafusioncleanup": ["none"],
"vcf2maf": ["exomeseq-somatic","wgs-somatic"],
"vcf2maf_tumoronly": ["exomeseq-somatic-tumoronly","wgs-somatic-tumoronly"],
"maftools": ["exomeseq-somatic","wgs-somatic"],
Expand Down Expand Up @@ -81,8 +81,8 @@
"picard.index.bam": ["none"],
"picard.markdups": ["bam2recal","initialqc","exomeseq-germline","exomeseq-germline-recal","exomeseq-germline-partial","initialqcgenomeseq"],
"samtools.mpileup": ["none"],
"gatk.realign": ["initialqc","initialqcgenomeseq","bam2recal","exomeseq-pairs","exomeseq-germline-recal","exomeseq-germline-partial","wgslow","rnaseqvargerm"],
"gatk.recal": ["initialqc","initialqcgenomeseq","bam2recal","exomeseq-pairs","exomeseq-germline-recal","exomeseq-germline-partial","wgslow","rnaseqvargerm"],
"gatk.realign": ["initialqc","initialqcgenomeseq","bam2recal","exomeseq-somatic","exomeseq-somatic-tumoronly","exomeseq-pairs","exomeseq-germline","exomeseq-germline-recal","exomeseq-germline-partial","wgslow","rnaseqvargerm"],
"gatk.recal": ["initialqc","initialqcgenomeseq","bam2recal","exomeseq-pairs","exomeseq-germline-recal","exomeseq-germline-partial","wgslow","exomeseq-somatic","exomeseq-somatic-tumoronly","exomeseq-germline","rnaseqvargerm"],
"samtools.sort": ["none"],
"novocraft.sort": ["bam2recal","initialqc","exomeseq-germline-partial","initialqcgenomeseq","rnaseqvargerm"],
"varscan": ["exomeseq-pairs"],
Expand Down
1 change: 1 addition & 0 deletions standard-bin.json
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@
"tool_parameters":{
"FASTAWITHADAPTERSETD" : "/data/CCBR_Pipeliner/db/PipeDB/dev/TruSeq_and_nextera_adapters.consolidated.fa",
"FASTQ_SCREEN_CONFIG": "/data/CCBR_Pipeliner/db/PipeDB/lib/fastq_screen.conf",
"FASTQ_SCREEN_CONFIG2": "/data/CCBR_Pipeliner/db/PipeDB/lib/fastq_screen_2.conf",
"KRAKENBACDB": "/fdb/kraken/20170202_bacteria",
"TrimmomaticParameters": "---------------Trimmomatic---------Parameters-------------------",
"SEEDMISMATCHES": 2,
Expand Down

0 comments on commit b286329

Please sign in to comment.