Skip to content

Commit

Permalink
fix: Declare euryale after download
Browse files Browse the repository at this point in the history
Signed-off-by: jvfe <[email protected]>
  • Loading branch information
jvfe committed Jun 3, 2024
1 parent 7bac00f commit 0e2e15d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ WorkflowMain.initialise(workflow, params, log)
include { EURYALE } from './workflows/euryale'
include { DOWNLOAD } from './workflows/download'

//
// WORKFLOW: Run main dalmolingroup/euryale analysis pipeline
//
workflow DALMOLINGROUP_EURYALE {
EURYALE ()
}

workflow download {
DOWNLOAD ()
}
Expand All @@ -56,7 +49,7 @@ workflow download {
// See: https://github.com/nf-core/rnaseq/issues/619
//
workflow {
DALMOLINGROUP_EURYALE ()
EURYALE ()
}

/*
Expand Down

0 comments on commit 0e2e15d

Please sign in to comment.