1 # https://github.com/broadinstitute/cromwell/blob/develop/core/src/main/resources/reference.conf
3 # https://cromwell.readthedocs.io/en/develop/Configuring/#configuration-via-command-line
4 # include the application.conf at the top
5 include required(classpath("application"))
6 # java -Dconfig.file=/path/to/yourOverrides.conf cromwell.jar
7 # java -Dwebservice.port=8080 cromwell.jar
8 #webservice.port = 58000
13 instance.name = "reference"
16 # JAVA_OPTS="-Dconfig.file=/share/FGI2017B/users/huxs/nsfcG/wgs/cromwell.conf" cromwell run mutect2.wdl -i mutect2.bgi.inputs.json > cromwell.mutect2.log &
17 # JAVA_OPTS="-Dbackend.providers.Local.config.concurrent-job-limit=16" cromwell
18 backend.providers.Local.config.concurrent-job-limit = 16
24 # actor-factory = "cromwell.backend.impl.sfs.config.ConfigBackendLifecycleActorFactory"
26 # include required(classpath("reference_local_provider_config.inc.conf"))
27 # concurrent-job-limit = 16