Commit 6e2fd872 authored by Chris Cheshire's avatar Chris Cheshire
Browse files

Merge remote-tracking branch 'nf-core/dev' into dev

parents 55008ce4 833fcc60
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -55,12 +55,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 ()

}