Skip to content

Commit

Permalink
removed unneeded nesting in main workflow to make progress printing b…
Browse files Browse the repository at this point in the history
…etter (breaks cache)
  • Loading branch information
zachary-foster committed Oct 13, 2023
1 parent 90145fd commit 780d52a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ include { PATHOGENSURVEILLANCE } from './workflows/pathogensurveillance'
//
// WORKFLOW: Run main nf-core/PATHOGENDX analysis pipeline
//
workflow NFCORE_PATHOGENSURVEILLANCE {
PATHOGENSURVEILLANCE ()
}

//workflow NFCORE_PATHOGENSURVEILLANCE {
// PATHOGENSURVEILLANCE ()
//}
//
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
RUN ALL WORKFLOWS
Expand All @@ -55,7 +55,7 @@ workflow NFCORE_PATHOGENSURVEILLANCE {
// See: https://github.com/nf-core/rnaseq/issues/619
//
workflow {
NFCORE_PATHOGENSURVEILLANCE ()
PATHOGENSURVEILLANCE ()
}

/*
Expand Down

0 comments on commit 780d52a

Please sign in to comment.