Skip to content

Commit

Permalink
Fix copy-paste-error
Browse files Browse the repository at this point in the history
  • Loading branch information
johandahlberg committed May 27, 2024
1 parent bd29d2c commit 1db4263
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion workflows/pixelator.nf
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,9 @@ workflow PIXELATOR {
ch_cluster_data = PIXELATOR_GRAPH.out.all_results
ch_annotate_data = PIXELATOR_ANNOTATE.out.all_results
ch_analysis_data = PIXELATOR_ANALYSIS.out.all_results
ch_layout_data = PIXELATOR_ANALYSIS.out.all_results
ch_layout_data = PIXELATOR_LAYOUT.out.report_json
.concat(PIXELATOR_LAYOUT.out.metadata)
.groupTuple(size: 2)

GENERATE_REPORTS(
ch_cat_panel_files,
Expand Down

0 comments on commit 1db4263

Please sign in to comment.