mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Update software/ivar/trim/main.nf
This commit is contained in:
parent
f51f8c6400
commit
a5686ed14e
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ process IVAR_TRIM {
|
|||
|
||||
conda (params.enable_conda ? "bioconda::ivar=1.3.1" : null)
|
||||
|
||||
|
||||
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
|
||||
container "https://depot.galaxyproject.org/singularity/ivar:1.3.1--h089eab3_0"
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue