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

This commit is contained in:
Harshil Patel 2021-02-13 08:16:44 +00:00 committed by GitHub
parent bbdca4fa76
commit cdd9be0a2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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