Skip to content
Snippets Groups Projects
Commit 0ecf1945 authored by Gervaise Henry's avatar Gervaise Henry 🤠
Browse files

Remove executor settings in .nf

parent f0d25e3c
3 merge requests!37v0.0.1,!13Develop,!12Resolve "Make scripts input files for processes"
Pipeline #5720 passed with stages
......@@ -27,7 +27,6 @@ derivaConfig = Channel.fromPath("${baseDir}/conf/replicate_export_config.json")
* getData: get bagit file from consortium
*/
process getBag {
executor 'local'
tag "${repRID}"
publishDir "${logsDir}", mode: 'copy', pattern: "${repRID}.getBag.err"
......@@ -58,7 +57,6 @@ process getData {
publishDir "${logsDir}", mode: 'copy', pattern: "${repRID}.getData.err"
input:
executor 'local'
path cookies, stageAs: 'deriva-cookies.txt' from bdbag
path bagit
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment