Fix config

This commit is contained in:
Chris Wright 2021-02-04 14:40:48 +00:00
parent e2d83e14c9
commit 416b482a01
2 changed files with 6 additions and 5 deletions

View File

@ -9,6 +9,7 @@
// //
// for further help editing this file. // for further help editing this file.
profiles { profiles {
// the "standard" profile is used implicitely by nextflow // the "standard" profile is used implicitely by nextflow
// if no other profile is given on the CLI // if no other profile is given on the CLI
@ -20,7 +21,7 @@ profiles {
runOptions = "--user \$(id -u):\$(id -g) --group-add 100" runOptions = "--user \$(id -u):\$(id -g) --group-add 100"
} }
process { process {
withLabel:default { withLabel:pysam {
container = 'workflow-template:latest' container = 'workflow-template:latest'
} }
} }
@ -33,7 +34,7 @@ profiles {
enabled = false enabled = false
} }
process { process {
withLabel:default { withLabel:pysam {
conda = "environment.yaml" conda = "environment.yaml"
} }
} }

View File

@ -32,7 +32,7 @@ if(params.help) {
process readSeqs { process readSeqs {
// Just write a file with sequence lengths // Just write a file with sequence lengths
label "default" label "pysam"
input: input:
file reads file reads
output: output: