mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Update tests/modules/motus/profile/main.nf
Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
This commit is contained in:
parent
3499314b96
commit
26d5b4da72
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ workflow test_motus_profile_single_end {
|
|||
|
||||
MOTUS_DOWNLOADDB(file('https://raw.githubusercontent.com/motu-tool/mOTUs/master/motus/downloadDB.py'))
|
||||
|
||||
MOTUS_PROFILE ( input, MOTUS_DOWNLOADDB.out.db)
|
||||
MOTUS_PROFILE ( input, MOTUS_DOWNLOADDB.out.db )
|
||||
}
|
||||
|
||||
workflow test_motus_profile_paired_end {
|
||||
|
|
Loading…
Reference in a new issue