mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-03 04:52:09 -05:00
Update tests/software/ivar/consensus/main.nf
This commit is contained in:
parent
0580fd8ded
commit
f8916060f8
1 changed files with 1 additions and 1 deletions
|
@ -12,5 +12,5 @@ workflow test_ivar_consensus {
|
|||
def input = []
|
||||
input = [ [ id:'test'],
|
||||
file("${launchDir}/tests/data/bam/test-sc2-artic-v3-sorted-trimmed.bam", checkIfExists: true) ]
|
||||
IVAR_CONSENSUS ( input, ref )
|
||||
IVAR_CONSENSUS ( input, ref )
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue