Skip to content

Commit

Permalink
Moved parameter check to methylation callsite
Browse files Browse the repository at this point in the history
  • Loading branch information
Schmytzi committed Oct 31, 2024
1 parent b81db89 commit dadb5db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion workflows/nallo.nf
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,8 @@ workflow NALLO {
ch_methylation_in = !params.skip_phasing_wf ? PHASING.out.haplotagged_bam_bai
: bam_bai
METHYLATION (
ch_methylation_in,
!params.skip_phasing_wf ? PHASING.out.haplotagged_bam_bai
: bam_bai,
fasta,
fai,
ch_input_bed,
Expand Down

0 comments on commit dadb5db

Please sign in to comment.