Skip to content

Commit e10bfeb

Browse files
Merge pull request #267 from jhuapl-bio/hotfix_dwnldassembly
patching sing. img for ps absence
2 parents 4196acf + e0d3f5c commit e10bfeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/local/download_assembly.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ process DOWNLOAD_ASSEMBLY {
2020

2121
conda (params.enable_conda ? "conda-forge::python=3.8.3" : null)
2222
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
23-
'docker://pegi3s/biopython:latest' :
23+
'https://depot.galaxyproject.org/singularity/biopython:1.75' :
2424
'biocontainers/biopython:1.75' }"
2525

2626

0 commit comments

Comments
 (0)