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

This commit is contained in:
Harshil Patel 2021-02-13 08:18:32 +00:00 committed by GitHub
parent 9d6f29fc61
commit f51f8c6400
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,5 +11,5 @@ workflow test_ivar_trim {
input = [ [ id:'test'],
file("${launchDir}/tests/data/bam/test-sc2-artic-v3.bam", checkIfExists: true) ]
IVAR_TRIM ( input, bed_file )
IVAR_TRIM ( input, bed_file )
}