Skip to content

Aioli 1.4.0

Compare
Choose a tag to compare
@robertaboukhalil robertaboukhalil released this 24 Oct 22:12
ebd47b5

New features:

  • Integrate with cdn.biowasm.com
  • Support custom (non-CDN) paths for Aioli module and for bioinformatics tool's .wasm / .js files
  • Aioli() constructor now supports object with parameters as input (string input still accepted as shorthand)
  • Support for sub-tools, e.g. new Aioli("seq-align/lcs/1.2");, new Aioli("seq-align/smith_waterman/1.2");