-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* increased default memory * Updated contact us message in ReadMe
- Loading branch information
bshifaw
authored
Mar 9, 2020
1 parent
f4fc671
commit f4ecb7f
Showing
3 changed files
with
30 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,6 @@ | ||
{ | ||
"##Comment1":"Input", | ||
"ValidateBamsWf.bam_array": [ | ||
"gs://gatk-test-data/wgs_bam/NA12878_24RG_hg38/NA12878_24RG_small.hg38.bam", | ||
"gs://gatk-test-data/wgs_bam/NA12878_24RG_hg38/NA12878_24RG_med.hg38.bam" | ||
], | ||
"##Comment2":"Parameter", | ||
"#ValidateBamsWf.ValidateBAM.validation_mode": "String (optional)", | ||
|
||
"##Comment3":"Runtime - uncomment the lines below and supply a valid docker container to override the default", | ||
"#ValidateBamsWf.ValidateBAM.machine_mem_gb": "Int? (optional)", | ||
"#ValidateBamsWf.ValidateBAM.disk_space_gb": "Int? (optional)", | ||
"#ValidateBamsWf.ValidateBAM.gatk_path_override": "String (optional)", | ||
"#ValidateBamsWf.gatk_docker_override": "String (optional)" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters