mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
parent
486eebfd29
commit
253f8c1b0e
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
process SNAPALIGNER_ALIGN {
|
||||
tag '$meta.id'
|
||||
tag "$meta.id"
|
||||
label 'process_high'
|
||||
|
||||
conda (params.enable_conda ? "bioconda::snap-aligner=2.0.1" : null)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
process SNAPALIGNER_INDEX {
|
||||
tag '$fasta'
|
||||
tag "$fasta"
|
||||
label 'process_high'
|
||||
|
||||
conda (params.enable_conda ? "bioconda::snap-aligner=2.0.1" : null)
|
||||
|
|
Loading…
Reference in a new issue