mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-18 02:46:13 -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 = []
|
def input = []
|
||||||
input = [ [ id:'test'],
|
input = [ [ id:'test'],
|
||||||
file("${launchDir}/tests/data/bam/test-sc2-artic-v3-sorted-trimmed.bam", checkIfExists: true) ]
|
file("${launchDir}/tests/data/bam/test-sc2-artic-v3-sorted-trimmed.bam", checkIfExists: true) ]
|
||||||
IVAR_CONSENSUS ( input, ref )
|
IVAR_CONSENSUS ( input, ref )
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue