Skip to content

Commit

Permalink
handling isoform_interesting_exs channel
Browse files Browse the repository at this point in the history
  • Loading branch information
toniher committed Dec 5, 2024
1 parent 5fa9398 commit 478ca53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion workflows/plot.nf
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ workflow PLOT {
geneID,
outdir_ch
)
isoform_interesting_exs = GET_ISOFORM_EXONS.out.isoform_interesting_exs
} else {
isoform_interesting_exs = Channel.from("None")
}
Expand All @@ -174,7 +175,7 @@ workflow PLOT {
ordered_target,
relevant_exons,
gene_clusters,
GET_ISOFORM_EXONS.out.isoform_interesting_exs,
isoform_interesting_exs,
plot_input
)

Expand Down

0 comments on commit 478ca53

Please sign in to comment.