Skip to content

Commit

Permalink
Pin Tar version in extracttarball conda env
Browse files Browse the repository at this point in the history
  • Loading branch information
scwatts committed Jul 19, 2024
1 parent 2b4e521 commit 58b75d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/custom/extract_tarball/main.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process CUSTOM_EXTRACTTARBALL {
label 'process_single'

conda "conda-forge::tar"
conda "conda-forge::tar=1.34"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/ubuntu:20.04' :
'quay.io/nf-core/ubuntu:20.04' }"
Expand Down

0 comments on commit 58b75d4

Please sign in to comment.