mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
fix the typo in motus_profile.
This commit is contained in:
parent
a2dbef3de3
commit
6b960f0e75
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ process MOTUS_PROFILE {
|
|||
def prefix = task.ext.prefix ?: "${meta.id}"
|
||||
def inputs = reads[0].getExtension() == 'bam' ?
|
||||
"-i ${reads}" :
|
||||
$reads[0].getExtension() == 'mgc' ? "-m $reads" :
|
||||
reads[0].getExtension() == 'mgc' ? "-m $reads" :
|
||||
meta.single_end ?
|
||||
"-s $reads" : "-f ${reads[0]} -r ${reads[1]}"
|
||||
def refdb = db ? "-db ${db}" : ""
|
||||
|
|
Loading…
Reference in a new issue