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

[CLEAN]

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