Unverified Commit 833fcc60 authored by Chris Cheshire's avatar Chris Cheshire Committed by GitHub
Browse files

Merge pull request #42 from HPCBio/dev

Fix small error popping up with newer releases of Nextflow
parents 50905766 961fb144
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -56,12 +56,13 @@ WorkflowMain.initialise(workflow, params, log)
========================================================================================
*/

include { CUTANDRUN } from './workflows/cutandrun'

workflow NFCORE_CUTANDRUN {
    /*
     * WORKFLOW: Run main nf-core/cutandrun analysis pipeline
     */

    include { CUTANDRUN } from './workflows/cutandrun'
    CUTANDRUN ()

}