Update tests/software/ivar/consensus/main.nf

This commit is contained in:
Harshil Patel 2021-02-12 23:02:19 +00:00 committed by GitHub
parent 0580fd8ded
commit f8916060f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 )
}