Skip to content

Commit

Permalink
Merge pull request #250 from erikrikarddaniel/fix-kofamscan-dwnl-cont…
Browse files Browse the repository at this point in the history
…ainer

Correct containers for kofamscan download
  • Loading branch information
danilodileo authored Jan 26, 2024
2 parents 39b9a9f + 253c070 commit 58a128d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/local/kofamscan/download.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process KOFAMSCAN_DOWNLOAD {

conda "bioconda::gnu-wget=1.18"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/curl:7.80.0':
'quay.io/biocontainers/curl:7.80.0' }"
'https://depot.galaxyproject.org/singularity/gnu-wget:1.18--h36e9172_9':
'quay.io/biocontainers/gnu-wget:1.18--h36e9172_9' }"

output:
path "ko_list" , emit: ko_list
Expand Down

0 comments on commit 58a128d

Please sign in to comment.