Skip to content

Commit

Permalink
update EXTRACT_COMMUNITIES module
Browse files Browse the repository at this point in the history
  • Loading branch information
subwaystation committed Jun 21, 2023
1 parent 3c0bf61 commit 224d2ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/local/extract_communities/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ process EXTRACT_COMMUNITIES {
tag "$meta"
label 'process_single'

conda "bioconda::samtools=1.16.1"
conda "bioconda::samtools=1.17"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/samtools:1.16.1--h6899075_1' :
'quay.io/biocontainers/samtools:1.16.1--h6899075_1' }"
'https://depot.galaxyproject.org/singularity/samtools:1.17--h00cdaf9_0' :
'biocontainers/samtools:1.17--h00cdaf9_0' }"

input:
tuple val(meta), path(fasta), path(community)
Expand Down

0 comments on commit 224d2ab

Please sign in to comment.