JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 18
  • Score
    100M100P100Q58987F
  • License MIT

An bioinformatics tool to predict and analyze DNA, RNA or protein sequences.

Package Exports

  • bioinformatics-hub

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bioinformatics-hub) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Bioinformatics-Hub

This project is currently under development...

For developers

High Level Design

high level design

Test

Jest is used to perfom all unit tests in this repository. Tests are written in the test folder using the idential file structure in the .js files in the src folder. Use this command to run all the unit tests:

npm run test

Note: Each commit in master branch must sure to have 0 test failure.

ESLint

We use ESLint to enforce js format. ESLint rules is defined in .eslintrc.json file. Run this command to check js format issues:

npm run lint

Run this command to check js format and auto-fix issues:

npm run lint-fix