diff --git a/workflows/methylseq/main.nf b/workflows/methylseq/main.nf index 0fe8b58b..e688d276 100644 --- a/workflows/methylseq/main.nf +++ b/workflows/methylseq/main.nf @@ -23,7 +23,7 @@ if( params.aligner =~ /bismark/ ){ } // Aligner: bwameth else if ( params.aligner == 'bwameth' ){ - include { BWAMETH } from '../../subworkflows/local/bwameth/' + include { BWAMETH } from '../../subworkflows/local/bwameth' } /*