mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +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}
|
bwa-mem2 index ${fasta}
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,4 +23,4 @@ output:
|
||||||
description: bwa indexes file
|
description: bwa indexes file
|
||||||
pattern: *.{fasta,fa}.{amb,ann,bwt,pac,sa}
|
pattern: *.{fasta,fa}.{amb,ann,bwt,pac,sa}
|
||||||
authors:
|
authors:
|
||||||
- @maxulysse
|
- @maxulysse
|
||||||
|
|
Loading…
Reference in a new issue