Skip to content

Commit

Permalink
update docker and singularity version of p7zip (#3338)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse authored Apr 26, 2023
1 parent 10cb20f commit 3b98293
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modules/nf-core/unzip/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process UNZIP {

conda "conda-forge::p7zip=16.02"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/p7zip:15.09--h2d50403_4' :
'quay.io/biocontainers/p7zip:15.09--h2d50403_4' }"
'https://depot.galaxyproject.org/singularity/p7zip:16.02' :
'quay.io/biocontainers/p7zip:16.02' }"

input:
tuple val(meta), path(archive)
Expand Down
4 changes: 2 additions & 2 deletions modules/nf-core/unzipfiles/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process UNZIPFILES {

conda "conda-forge::p7zip=16.02"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/p7zip:15.09--h2d50403_4' :
'quay.io/biocontainers/p7zip:15.09--h2d50403_4' }"
'https://depot.galaxyproject.org/singularity/p7zip:16.02' :
'quay.io/biocontainers/p7zip:16.02' }"

input:
tuple val(meta), path(archive)
Expand Down

0 comments on commit 3b98293

Please sign in to comment.