Skip to content

Commit 302425a

Browse files
committed
go back to original container
1 parent 2161598 commit 302425a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/local/samplesheet_check.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ process SAMPLESHEET_CHECK {
44

55
conda "conda-forge::pandas=1.5.3"
66
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
7-
'biocontainers/pandas:1.1.5' :
7+
'https://depot.galaxyproject.org/singularity/pandas:1.1.5' :
88
'biocontainers/pandas:1.1.5' }"
99

1010
input:

0 commit comments

Comments
 (0)