Skip to content

Commit

Permalink
Update workflows/methylseq/main.nf
Browse files Browse the repository at this point in the history
Co-authored-by: Edmund Miller <[email protected]>
  • Loading branch information
sateeshperi and edmundmiller authored Sep 23, 2024
1 parent 471d45d commit 0cedbce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/methylseq/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

/*
Expand Down

0 comments on commit 0cedbce

Please sign in to comment.