We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7f0404 commit 0acb8c8Copy full SHA for 0acb8c8
dataload/nextflow/ols_embeddings.nf
@@ -52,7 +52,7 @@ workflow embeddings {
52
// join_embeddings.
53
all_new_embeddings = local_embeddings
54
.mix(openai_embeddings)
55
- .collect()
+ .collect(flat: false)
56
.ifEmpty([])
57
58
// Build join_embeddings inputs for EVERY model. Models that received
0 commit comments