There was an error while loading. Please reload this page.
2 parents 4196acf + e0d3f5c commit e10bfebCopy full SHA for e10bfeb
1 file changed
modules/local/download_assembly.nf
@@ -20,7 +20,7 @@ process DOWNLOAD_ASSEMBLY {
20
21
conda (params.enable_conda ? "conda-forge::python=3.8.3" : null)
22
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
23
- 'docker://pegi3s/biopython:latest' :
+ 'https://depot.galaxyproject.org/singularity/biopython:1.75' :
24
'biocontainers/biopython:1.75' }"
25
26
0 commit comments