mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
Update modules/emboss/seqret/main.nf
Co-authored-by: Edmund Miller <edmund.a.miller@gmail.com>
This commit is contained in:
parent
82f85ed4bb
commit
f275be88dd
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
process EMBOSS_SEQRET {
|
process EMBOSS_SEQRET {
|
||||||
tag "$meta.id"
|
tag "$meta.id"
|
||||||
label 'process_low'
|
label 'process_single'
|
||||||
|
|
||||||
conda (params.enable_conda ? "bioconda::emboss=6.6.0" : null)
|
conda (params.enable_conda ? "bioconda::emboss=6.6.0" : null)
|
||||||
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
||||||
|
|
Loading…
Reference in a new issue