mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-18 02:46:13 -05:00
Corrected bash error, tested process
This commit is contained in:
parent
b7435b0159
commit
269d9888fe
1 changed files with 1 additions and 1 deletions
|
@ -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 )
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue