Update tests/modules/motus/profile/main.nf

Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
This commit is contained in:
JIANHONG OU 2022-05-06 08:19:54 -04:00 committed by GitHub
parent 3499314b96
commit 26d5b4da72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {