We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2161598 commit 302425aCopy full SHA for 302425a
1 file changed
modules/local/samplesheet_check.nf
@@ -4,7 +4,7 @@ process SAMPLESHEET_CHECK {
4
5
conda "conda-forge::pandas=1.5.3"
6
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
7
- 'biocontainers/pandas:1.1.5' :
+ 'https://depot.galaxyproject.org/singularity/pandas:1.1.5' :
8
'biocontainers/pandas:1.1.5' }"
9
10
input:
0 commit comments