Skip to content

Commit

Permalink
Update main.nf - adds missing (
Browse files Browse the repository at this point in the history
  • Loading branch information
anilthanki authored Nov 13, 2024
1 parent 2e19d39 commit b5e37d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ workflow {
combined_outputs = find_clusters.out.mix(neighbors.out)

if ( params.technology == "droplet" ) {
restore_unscaled
restore_unscaled (
combined_outputs.combine(normalise_internal_data.out)
)
restore_unscaled_files = restore_unscaled.out.map { file ->
Expand Down

0 comments on commit b5e37d1

Please sign in to comment.