Skip to content
Snippets Groups Projects
Commit 37ed36d0 authored by nservant's avatar nservant
Browse files

[CLEAN]

parent 1b0be3ad
Branches
No related tags found
No related merge requests found
......@@ -33,8 +33,6 @@ workflow COOLER {
//*****************************************
// EXPORT BINS
chromsize.combine(cool_bins).view()
COOLER_MAKEBINS(
chromsize.combine(cool_bins)
)
......
......@@ -86,8 +86,6 @@ workflow HICPRO {
)
ch_versions = ch_versions.mix(MERGE_VALID_INTERACTION.out.versions)
ch_hicpro_stats.view()
MERGE_STATS(
ch_hicpro_stats
)
......
......@@ -102,8 +102,6 @@ workflow HICPRO_MAPPING {
.set {ch_bams}
}
ch_bams.view()
COMBINE_MATES (
ch_bams
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment