Corrected naming to ensure test checks work

This commit is contained in:
sruthipsuresh 2020-12-21 19:53:03 -06:00 committed by Edmund Miller
parent 5a1c1f90e5
commit ec91171152

View file

@ -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 = []