mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Fix kleborate inputs (#1172)
* Fix kleborate inputs * Update test.yml Co-authored-by: Sébastien Guizard <sguizard@ed.ac.uk>
This commit is contained in:
parent
50eafb19c6
commit
5320ab7e6c
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ process KLEBORATE {
|
|||
kleborate \\
|
||||
$args \\
|
||||
--outfile ${prefix}.results.txt \\
|
||||
--assemblies *.fasta
|
||||
--assemblies $fastas
|
||||
|
||||
cat <<-END_VERSIONS > versions.yml
|
||||
"${task.process}":
|
||||
|
|
|
@ -4,4 +4,4 @@
|
|||
- kleborate
|
||||
files:
|
||||
- path: output/kleborate/test.results.txt
|
||||
md5sum: b7979a71170736098fb8403cd92748f5
|
||||
contains: ['strain', 'genome', 'scaffolds']
|
||||
|
|
Loading…
Reference in a new issue