Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/salty-cats-pay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@platforma-open/milaboratories.clonotype-clustering": patch
---

Switch to using a fixed mmseqs binaries for clustering
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ catalog:
'@milaboratories/multi-sequence-alignment': '^1.46.5'
'@milaboratories/software-pframes-conv': ^2.2.9
'@platforma-open/milaboratories.runenv-python-3': ^1.7.3
'@platforma-open/soedinglab.software-mmseqs2': 1.18.0
'@platforma-open/soedinglab.software-mmseqs2': 1.18.2

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While this change correctly updates the pinned version of @platforma-open/soedinglab.software-mmseqs2, I notice that other dependencies in this 'Block-specific dependencies' section use caret ^ version ranges (e.g., lines 25-28). For consistency and to prevent potential dependency issues, it would be beneficial to either pin all block-specific dependencies or use a version range for this one as well, if appropriate. If pinning is required for mmseqs2 specifically, adding a comment to explain why would be helpful for future maintenance.


# Common dependencies - can use ^ or ~
'vue': ^3.5.24
Expand Down
Loading