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

Commit 4aeee20

Browse files
author
Geraldine Van der Auwera
committed
First version of complete M2 workflow
1 parent 9c172a6 commit 4aeee20

File tree

4 files changed

+519
-1
lines changed

4 files changed

+519
-1
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2017, gatk-workflows
3+
Copyright (c) 2017, Broad Institute
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

generic.google-papi.options.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"read_from_cache":false,
3+
"default_runtime_attributes": {
4+
"zones": "us-central1-a us-central1-b us-central1-c us-central1-f"
5+
}
6+
}

mutect2.exome.inputs.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"##_COMMENT1": "Runtime",
3+
"Mutect2.gatk4_jar": "/root/gatk.jar",
4+
"Mutect2.picard_jar": "gs://gatk-software/picard-2.10.0/picard.jar",
5+
"Mutect2.m2_docker": "broadinstitute/gatk:4.beta.3",
6+
"Mutect2.preemptible_attempts": 3,
7+
"Mutect2.oncotator_docker": "broadinstitute/oncotator:1.9.3.0",
8+
9+
"##_COMMENT2": "Workflow options",
10+
"Mutect2.intervals": "gs://gatk-best-practices/somatic-b37/whole_exome_agilent_1.1_refseq_plus_3_boosters.Homo_sapiens_assembly19.baits.interval_list",
11+
"Mutect2.scatter_count": 50,
12+
"Mutect2.artifact_modes": ["G/T", "C/T"],
13+
"##_Mutect2.m2_extra_args": "(optional) String?",
14+
"##_Mutect2.m2_extra_filtering_args": "(optional) String?",
15+
"Mutect2.is_run_orientation_bias_filter": "True",
16+
"Mutect2.is_run_oncotator": "True",
17+
18+
"##_COMMENT3": "Primary inputs",
19+
"Mutect2.ref_fasta": "gs://gatk-best-practices/somatic-b37/Homo_sapiens_assembly19.fasta",
20+
"Mutect2.ref_dict": "gs://gatk-best-practices/somatic-b37/Homo_sapiens_assembly19.dict",
21+
"Mutect2.ref_fasta_index": "gs://gatk-best-practices/somatic-b37/Homo_sapiens_assembly19.fasta.fai",
22+
"Mutect2.normal_bam": "gs://gatk-best-practices/somatic-b37/HCC1143_normal.bam",
23+
"Mutect2.normal_bam_index": "gs://gatk-best-practices/somatic-b37/HCC1143_normal.bai",
24+
"Mutect2.normal_sample_name": "HCC1143_BL",
25+
"Mutect2.tumor_bam": "gs://gatk-best-practices/somatic-b37/HCC1143.bam",
26+
"Mutect2.tumor_bam_index": "gs://gatk-best-practices/somatic-b37/HCC1143.bai",
27+
"Mutect2.tumor_sample_name": "HCC1143",
28+
29+
"##_COMMENT4": "Primary resources",
30+
"##_Mutect2.pon": "(optional) File?",
31+
"##_Mutect2.pon_index": "(optional) File?",
32+
"Mutect2.gnomad": "gs://gatk-best-practices/somatic-b37/af-only-gnomad.raw.sites.vcf",
33+
"Mutect2.gnomad_index": "gs://gatk-best-practices/somatic-b37/af-only-gnomad.raw.sites.vcf.idx",
34+
"Mutect2.variants_for_contamination": "gs://gatk-best-practices/somatic-b37/small_exac_common_3.vcf",
35+
"Mutect2.variants_for_contamination_index": "gs://gatk-best-practices/somatic-b37/small_exac_common_3.vcf.idx",
36+
37+
"##_COMMENT5": "Secondary resources",
38+
"Mutect2.onco_ds_tar_gz": "gs://gatk-best-practices/somatic-b37/oncotator_v1_ds_April052016.tar.gz",
39+
"Mutect2.default_config_file": "gs://gatk-best-practices/somatic-b37/onco_config.txt",
40+
"##_Mutect2.sequencing_center": "(optional) String?",
41+
"##_Mutect2.sequence_source": "(optional) String?"
42+
}

0 commit comments

Comments
 (0)