This package provides Soedinglab MMseqs2 binaries for the Platforma Backend system.
https://github.com/soedinglab/MMseqs2
npm install @platforma-open/soedinglab.software-mmseqs2The package provides MMseqs2 binaries for various platforms. The binaries are automatically selected based on the host system.
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:
- Bump the package
versionfield inpackage.json
- Bump the package
-
Commit changes to the repository and push them to
mainbranch, so CI do the release for you.
If you need to build and publish it manually, just run npm publish
If you need to build it manually without publishing, run npm run pkg:build
- Linux (x64, aarch64)
- macOS (x64, aarch64)
- Windows (x64)
UNLICENSED