mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Corrected bash error, tested process
This commit is contained in:
parent
10d0058a1a
commit
8c088d473b
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ include { PHANTOMPEAKQUALTOOLS } from '../../../software/phantompeakqualtools/ma
|
||||||
workflow test_phantompeakqualtools {
|
workflow test_phantompeakqualtools {
|
||||||
def input = []
|
def input = []
|
||||||
input = [ [ id:'test', single_end:true ], // meta map
|
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 )
|
PHANTOMPEAKQUALTOOLS ( input )
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue