Skip to content

Commit

Permalink
add .clone() method
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalmeida committed May 1, 2024
1 parent 81650b1 commit b4204ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/scrnaseq.nf
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ workflow SCRNASEQ {
// data.types: gex, vdj, ab, beam, crispr, cmo

// clone to avoid mutating the input
def collected_map_clone = collected_map
def collected_map_clone = collected_map.clone()

// generate the expected EMPTY tuple when a data type is not used
// needs to have a collected map like that, so every sample from the samplesheet is analysed one at a time,
Expand Down

0 comments on commit b4204ff

Please sign in to comment.