Skip to content
This repository was archived by the owner on Jul 21, 2020. It is now read-only.

Commit 8635234

Browse files
author
bshifaw
authored
Wdlupdate (#1)
* updated wdl/json to gatk4.0.1.1 release, add info for Readme
1 parent bb0e3b1 commit 8635234

File tree

3 files changed

+955
-487
lines changed

3 files changed

+955
-487
lines changed

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,24 @@
11
# somatic-snvs-indels
2-
Workflows for somatic short variant analysis
2+
3+
### Purpose :
4+
Workflows for somatic short variant analysis with GATK4.
5+
6+
### mutect2 :
7+
Implements Somatic short variant discovery using [GATK Best Practices](https://software.broadinstitute.org/gatk/best-practices/workflow) (June 2016).
8+
9+
10+
#### Requirements/expectations
11+
- Tumor bam and index
12+
- normal bam and index
13+
14+
#### Outputs
15+
- unfiltered vcf
16+
- unfiltered vcf index
17+
- filtered vcf
18+
- filtered vcf index
19+
20+
### Software version requirements :
21+
- GATK4 or later
22+
23+
Cromwell version support
24+
- Successfully tested on v30

mutect2.exome.inputs.json

Lines changed: 22 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,25 @@
11
{
22
"##_COMMENT1": "Runtime",
3-
"Mutect2.gatk4_jar": "/root/gatk.jar",
4-
"Mutect2.picard_jar": "gs://gatk-software/picard-2.10.0/picard.jar",
5-
"Mutect2.oncotator_docker": "broadinstitute/oncotator:1.9.3.0",
6-
"Mutect2.gatk_docker": "broadinstitute/gatk:4.0.0.0",
3+
"Mutect2.oncotator_docker": "broadinstitute/oncotator:1.9.6.1",
4+
"Mutect2.gatk_docker": "broadinstitute/gatk:4.0.1.1",
75

86
"##_COMMENT2": "Workflow options",
97
"Mutect2.intervals": "gs://gatk-best-practices/somatic-b37/whole_exome_agilent_1.1_refseq_plus_3_boosters.Homo_sapiens_assembly19.baits.interval_list",
108
"Mutect2.scatter_count": 50,
119
"Mutect2.artifact_modes": ["G/T", "C/T"],
1210
"##_Mutect2.m2_extra_args": "(optional) String?",
1311
"##_Mutect2.m2_extra_filtering_args": "(optional) String?",
14-
"Mutect2.is_run_orientation_bias_filter": "True",
15-
"Mutect2.is_run_oncotator": "True",
12+
"Mutect2.run_orientation_bias_filter": "False",
13+
"Mutect2.run_oncotator": "False",
1614

1715
"##_COMMENT3": "Primary inputs",
1816
"Mutect2.ref_fasta": "gs://gatk-best-practices/somatic-b37/Homo_sapiens_assembly19.fasta",
1917
"Mutect2.ref_dict": "gs://gatk-best-practices/somatic-b37/Homo_sapiens_assembly19.dict",
20-
"Mutect2.ref_fasta_index": "gs://gatk-best-practices/somatic-b37/Homo_sapiens_assembly19.fasta.fai",
18+
"Mutect2.ref_fai": "gs://gatk-best-practices/somatic-b37/Homo_sapiens_assembly19.fasta.fai",
2119
"Mutect2.normal_bam": "gs://gatk-best-practices/somatic-b37/HCC1143_normal.bam",
22-
"Mutect2.normal_bam_index": "gs://gatk-best-practices/somatic-b37/HCC1143_normal.bai",
23-
"Mutect2.normal_sample_name": "HCC1143_BL",
20+
"Mutect2.normal_bai": "gs://gatk-best-practices/somatic-b37/HCC1143_normal.bai",
2421
"Mutect2.tumor_bam": "gs://gatk-best-practices/somatic-b37/HCC1143.bam",
25-
"Mutect2.tumor_bam_index": "gs://gatk-best-practices/somatic-b37/HCC1143.bai",
26-
"Mutect2.tumor_sample_name": "HCC1143",
22+
"Mutect2.tumor_bai": "gs://gatk-best-practices/somatic-b37/HCC1143.bai",
2723

2824
"##_COMMENT4": "Primary resources",
2925
"##_Mutect2.pon": "(optional) File?",
@@ -39,30 +35,32 @@
3935
"##_Mutect2.sequencing_center": "(optional) String?",
4036
"##_Mutect2.sequence_source": "(optional) String?",
4137

42-
"##_COMMENT6": "Disk space",
43-
"##_Mutect2.MergeVCFs.disk_space_gb": "(optional) Int?",
44-
"##_Mutect2.Filter.disk_space_gb": "(optional) Int?",
45-
"##_Mutect2.M2.disk_space_gb": "(optional) Int?",
46-
"##_Mutect2.oncotate_m2.disk_space_gb": "(optional) Int?",
47-
"##_Mutect2.SplitIntervals.disk_space_gb": "(optional) Int?",
48-
"##_Mutect2.MergeBamOuts.disk_space_gb": "(optional) Int?",
49-
"##_Mutect2.CollectSequencingArtifactMetrics.disk_space_gb": "(optional) Int?",
50-
51-
"##_COMMENT7": "Secondary resources",
38+
"##_COMMENT6": "Secondary resources",
5239
"##_Mutect2.MergeBamOuts.mem": "(optional) Int?",
5340
"##_Mutect2.SplitIntervals.mem": "(optional) Int?",
5441
"##_Mutect2.M2.mem": "(optional) Int?",
5542
"##_Mutect2.MergeVCFs.mem": "(optional) Int?",
5643
"##_Mutect2.oncotate_m2.mem": "(optional) Int?",
5744

58-
"##_COMMENT8": "Secondary resources",
45+
"##_COMMENT7": "Secondary resources",
5946
"##_Mutect2.onco_ds_local_db_dir": "(optional) String?",
6047
"##_Mutect2.sequencing_center": "(optional) String?",
6148
"##_Mutect2.oncotate_m2.oncotator_exe": "(optional) String?",
62-
"##_Mutect2.gatk4_jar_override": "(optional) File?",
49+
"##_Mutect2.gatk4_override": "(optional) File?",
6350
"##_Mutect2.CollectSequencingArtifactMetrics.mem": "(optional) Int?",
6451

65-
"##_COMMENT9": "Malicious.",
52+
"##_COMMENT8": "Disk space",
53+
"##_Mutect2.MergeVCFs.disk_space_gb": "(optional) Int?",
54+
"##_Mutect2.Filter.disk_space_gb": "(optional) Int?",
55+
"##_Mutect2.M2.disk_space_gb": "(optional) Int?",
56+
"##_Mutect2.M2.disk_space_gb": 100,
57+
"##_Mutect2.oncotate_m2.disk_space_gb": "(optional) Int?",
58+
"##_Mutect2.SplitIntervals.disk_space_gb": "(optional) Int?",
59+
"##_Mutect2.MergeBamOuts.disk_space_gb": "(optional) Int?",
60+
"##_Mutect2.CollectSequencingArtifactMetrics.disk_space_gb": "(optional) Int?",
61+
"##_Mutect2.emergency_extra_disk": "(optional) Int?",
62+
63+
"##_COMMENT9": "Preemptibles",
6664
"##_Mutect2.MergeBamOuts.preemptible_attempts": "(optional) Int?",
6765
"Mutect2.preemptible_attempts": 3
6866
}

0 commit comments

Comments
 (0)