mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Corrected naming to ensure test checks work
This commit is contained in:
parent
5319eabbc5
commit
e1a3d1b18a
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
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 {
|
||||
def input = []
|
||||
|
|
Loading…
Reference in a new issue