|
| 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