Skip to content

Commit

Permalink
update element to do cross product on when expanding channels for mul…
Browse files Browse the repository at this point in the history
…tiplexed samples
  • Loading branch information
Helle Rus Povlsen committed Nov 1, 2024
1 parent 503122b commit 4735642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/local/align_cellrangermulti_vdj.nf
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ def expand_feature_by_demultiplexed_samples(in_ch, gex_ch) {
meta_clone.sample_id = meta_clone.id
[meta_clone, fns]
}
.cross(gex_ch) { it[0][-1] } // test also it[0]["sample_id"]
.cross(gex_ch) { it[0]["sample_id"] }
.map{ftx, gex ->
def ftx_meta_clone = ftx[0].clone()
def gex_meta_clone = gex[0].clone()
Expand Down

0 comments on commit 4735642

Please sign in to comment.