diff --git a/tests/software/phantompeakqualtools/main.nf b/tests/software/phantompeakqualtools/main.nf index 6702c859..25618914 100644 --- a/tests/software/phantompeakqualtools/main.nf +++ b/tests/software/phantompeakqualtools/main.nf @@ -7,6 +7,6 @@ include { PHANTOMPEAKQUALTOOLS } from '../../../software/phantompeakqualtools/ma workflow test_phantompeakqualtools { def input = [] input = [ [ id:'test', single_end:true ], // meta map - [ file("${launchDir}/tests/data/bam/test/test.single_end.sorted.bam", checkIfExists: true) ] ] + [ file("${launchDir}/tests/data/bam/test.single_end.sorted.bam", checkIfExists: true) ] ] PHANTOMPEAKQUALTOOLS ( input ) }