awsbatch config update

kevbrick-patch-1
Gisela Gabernet Garriga 4 years ago
parent fa01e6c5c1
commit 885f0ce5f6

@ -7,7 +7,19 @@ params {
awsqueue = false
awsregion = 'eu-west-1'
awscli = '/home/ec2-user/miniconda/bin/aws'
tracedir = './'
}
timeline {
overwrite = true
}
report {
overwrite = true
}
trace {
overwrite = true
}
dag {
overwrite = true
}
process.executor = 'awsbatch'

@ -1,4 +1,6 @@
# nf-core/configs: awsbatch Configuration
To be used with `awsbatch`.
Custom queue, region and CLI path can be supplied with `params.awsqueue`, `params.awsregion`, `params.awscli`, respectively.
Custom queue and region can be supplied with `params.awsqueue`, `params.awsregion`, `params.awscli`, respectively.
Allow `overwrite` of `trace`, `timeline`, `report` and `dag` to allow resuming pipelines.

Loading…
Cancel
Save