mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 19:18:17 +00:00
Corrected naming to ensure test checks work
This commit is contained in:
parent
5a1c1f90e5
commit
ec91171152
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
nextflow.enable.dsl = 2
|
nextflow.enable.dsl = 2
|
||||||
|
|
||||||
include { PHANTOMPEAKQUALTOOLS } from '../../../software/phantompeakqualtools/main.nf' addParams(options: [publish_dir: 'test_phantompeakqualtools'])
|
include { PHANTOMPEAKQUALTOOLS } from '../../../software/phantompeakqualtools/main.nf' addParams( options: [:] )
|
||||||
|
|
||||||
workflow test_phantompeakqualtools {
|
workflow test_phantompeakqualtools {
|
||||||
def input = []
|
def input = []
|
||||||
|
|
Loading…
Reference in a new issue