Commit 9cf69509 authored by Chris Cheshire's avatar Chris Cheshire
Browse files

test edge CI works

parent 407f0a70
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -55,15 +55,15 @@ WorkflowMain.initialise(workflow, params, log)
========================================================================================
*/

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

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

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

    CUTANDRUN ()

}

/*