Permalink
Please sign in to comment.
Browse files
New directory for supported-but-not-prod WDLs; includes README and a …
…generic options file
- Loading branch information...
Showing
with
20 additions
and 9 deletions.
| @@ -0,0 +1,6 @@ | ||
| +This directory contains WDL scripts developed at the Broad Institute and supported by the DSDE group (which develops GATK, Picard and Cromwell/WDL among other things). These scripts are NOT run in production at Broad; for production pipeline scripts, see the `broad_pipelines` directory. | ||
| + | ||
| +When these scripts get updated, old versions are stored in the `archive` directory. Versions are distinguished with a datestamp (format: YYMMDD). Each WDL script is accompanied by a JSON file of example inputs bearing the same name, with the `.inputs.json` extension instead of `.wdl`. Unless otherwise specified, all WDL scripts can be run with the generic options file `generic.options.json`. | ||
| + | ||
| + | ||
| + |
| @@ -0,0 +1,6 @@ | ||
| +{ | ||
| + "read_from_cache":false, | ||
| + "defaultRuntimeOptions": { | ||
| + "zones": "us-central1-a us-central1-b us-central1-c" | ||
| + } | ||
| +} |
0 comments on commit
8c9daf3