mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-18 10:56:13 -05:00
Update tests/software/ivar/trim/main.nf
This commit is contained in:
parent
9d6f29fc61
commit
f51f8c6400
1 changed files with 1 additions and 1 deletions
|
@ -11,5 +11,5 @@ workflow test_ivar_trim {
|
||||||
input = [ [ id:'test'],
|
input = [ [ id:'test'],
|
||||||
file("${launchDir}/tests/data/bam/test-sc2-artic-v3.bam", checkIfExists: true) ]
|
file("${launchDir}/tests/data/bam/test-sc2-artic-v3.bam", checkIfExists: true) ]
|
||||||
|
|
||||||
IVAR_TRIM ( input, bed_file )
|
IVAR_TRIM ( input, bed_file )
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue