We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36e5696 commit 3d658dcCopy full SHA for 3d658dc
modules/local/acore/main.nf
@@ -2,9 +2,9 @@ process ACORE {
2
label 'process_single'
3
4
conda "${moduleDir}/environment.yml"
5
- container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
6
- 'https://depot.galaxyproject.org/singularity/YOUR-TOOL-HERE':
7
- 'biocontainers/YOUR-TOOL-HERE' }"
+ // container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
+ // 'https://depot.galaxyproject.org/singularity/YOUR-TOOL-HERE':
+ // 'biocontainers/YOUR-TOOL-HERE' }"
8
9
input:
10
path input_csv
0 commit comments