fix: update seqkit to 0.16.0 (#581)

This commit is contained in:
Maxime U. Garcia 2021-07-16 11:54:21 +02:00 committed by GitHub
parent b3c4667732
commit 65ab646870
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,12 +12,12 @@ process SEQKIT_SPLIT2 {
mode: params.publish_dir_mode,
saveAs: { filename -> saveFiles(filename:filename, options:params.options, publish_dir:getSoftwareName(task.process), meta:meta, publish_by_meta:['id']) }
conda (params.enable_conda ? "bioconda::seqkit=0.15.0" : null)
conda (params.enable_conda ? "bioconda::seqkit=0.16.0" : null)
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
container "https://depot.galaxyproject.org/singularity/seqkit:0.15.0--0"
container "https://depot.galaxyproject.org/singularity/seqkit:0.16.0--h9ee0642_0"
} else {
container "quay.io/biocontainers/seqkit:0.15.0--0"
container "quay.io/biocontainers/seqkit:0.16.0--h9ee0642_0"
}
input: