@platforma-open/milaboratories.software-blast
v1.1.5
Published
Blast software package for Platforma Backend
Downloads
277
Readme
Blast software for Platforma Backend
This package is the catalogue of all supported versions of blast software.
Unlike most other software packages, it keeps entrypoint descriptors for all blast versions published earlier.
As we do not maintain/build the blast itself, the version of this package is not bound to any specific version of blast, but newer blast version publications produce newer descriptors (*.sw.json files) in this package.
How to release new version of blast
- Update
package.json
:- Add new artifact for fresh version of blast.
- Add entrypoints for newly added version of blast.
- Update default version of blast commands if needed (entrypoints without version suffix).
- Change version of blast built by default in
pkg:build
andpublish:packages
scripts.
- Check packaegs and descriptors are built normally
npm run pkg:build
- Commit all descriptors generated in
dist
directory. - Bump
<minor>
version part inpackage.json
.