@platforma-open/milaboratories.software-mmseqs2
v1.0.0
Published
MMseqs2 software package for Platforma Backend
Readme
MMseqs2 Software Package
This package provides MMseqs2 binaries for the Platforma Backend system.
Installation
npm install @platforma-open/milaboratories.software-mmseqs2Usage
The package provides MMseqs2 binaries for various platforms. The binaries are automatically selected based on the host system.
Version Upgrade Instructions
To upgrade to a new version of MMseqs2:
Prepare new binaries:
- Download or build the new MMseqs2 binaries for all supported platforms
- Place them in the
dld/directory with the following naming convention:dld/mmseqs2-linux-x64 dld/mmseqs2-linux-aarch64 dld/mmseqs2-macosx-x64 dld/mmseqs2-macosx-aarch64 dld/mmseqs2-windows-x64
Update package.json:
- Update the version in
block-software.artifacts.main.versionto the new version (e.g., "18-b1234") - Bump the package version in the root
versionfield if needed
- Update the version in
Build and publish:
npm run pkg:build npm run pkg:publish
Supported Platforms
- Linux (x64, aarch64)
- macOS (x64, aarch64)
- Windows (x64)
License
UNLICENSED
