Skip to content

Commit 3d658dc

Browse files
committed
🚧 ensure vuegen does not have a container directive
- see: https://docs.seqera.io/wave/nextflow/use-cases#build-conda-based-containers
1 parent 36e5696 commit 3d658dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/local/acore/main.nf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ process ACORE {
22
label 'process_single'
33

44
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' }"
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' }"
88

99
input:
1010
path input_csv

0 commit comments

Comments
 (0)