Skip to content

Commit

Permalink
⬆️ update seqkit module
Browse files Browse the repository at this point in the history
  • Loading branch information
bunop committed Dec 18, 2023
1 parent 7ce2c52 commit c101f87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/cnr-ibba/seqkit/rmdup/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ channels:
- bioconda
- defaults
dependencies:
- bioconda::seqkit=2.6.0
- bioconda::seqkit=2.6.1
4 changes: 2 additions & 2 deletions modules/cnr-ibba/seqkit/rmdup/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process SEQKIT_RMDUP {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/seqkit:2.6.0--h9ee0642_0':
'biocontainers/seqkit:2.6.0--h9ee0642_0' }"
'https://depot.galaxyproject.org/singularity/seqkit:2.6.1--h9ee0642_0':
'biocontainers/seqkit:2.6.1--h9ee0642_0' }"

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

0 comments on commit c101f87

Please sign in to comment.