mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
fix lint
This commit is contained in:
parent
1223614e15
commit
56ee2cc8e2
2 changed files with 2 additions and 2 deletions
|
@ -13,4 +13,4 @@ process bwa-mem2_index {
|
|||
"""
|
||||
bwa-mem2 index ${fasta}
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
|
|
@ -23,4 +23,4 @@ output:
|
|||
description: bwa indexes file
|
||||
pattern: *.{fasta,fa}.{amb,ann,bwt,pac,sa}
|
||||
authors:
|
||||
- @maxulysse
|
||||
- @maxulysse
|
||||
|
|
Loading…
Reference in a new issue