mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +00:00
fix typo in tag of genmap_mappability (#1527)
fix tyop in tag of genmap_mappability
This commit is contained in:
parent
e3e61068c1
commit
d1c8bddaaa
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
process GENMAP_MAPPABILITY {
|
process GENMAP_MAPPABILITY {
|
||||||
tag '$fasta'
|
tag '$index'
|
||||||
label 'process_high'
|
label 'process_high'
|
||||||
|
|
||||||
conda (params.enable_conda ? "bioconda::genmap=1.3.0" : null)
|
conda (params.enable_conda ? "bioconda::genmap=1.3.0" : null)
|
||||||
|
|
Loading…
Reference in a new issue