modified: openstmerge.py
[GalaxyCodeBases.git] / etc / gatk-wdl / fm2gatk / run.sh
blob5de5ab4bc5d50529ccc6df02f7a16d68b6a116ff
1 #!/bin/sh
2 # biowdl-input-converter fm2.csv >fm2.samples.json
4 echo Begin: `date`
6 JAVA_OPTS="-Dbackend.providers.Local.config.concurrent-job-limit=16" cromwell run -o cromwell_options_no_user.json -i fm2.json germline.wdl >fm2.log
8 echo End: `date`