Skip to content

Commit

Permalink
Move neo_prediction.nf subworkflow for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
scwatts committed Mar 16, 2024
1 parent 6f4068e commit dcf2261
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
import Constants
import Utils

include { ANNOTATE_FUSIONS } from '../../modules/local/neo/annotate_fusions/main'
include { NEO_FINDER } from '../../modules/local/neo/finder/main'
include { NEO_SCORER } from '../../modules/local/neo/scorer/main'
include { ANNOTATE_FUSIONS } from '../../../modules/local/neo/annotate_fusions/main'
include { NEO_FINDER } from '../../../modules/local/neo/finder/main'
include { NEO_SCORER } from '../../../modules/local/neo/scorer/main'

workflow NEO_PREDICTION{
take:
Expand Down

0 comments on commit dcf2261

Please sign in to comment.