Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tianyishi2001/biojs
JS library for bioinformatics
https://github.com/tianyishi2001/biojs
Last synced: about 1 month ago
JSON representation
JS library for bioinformatics
- Host: GitHub
- URL: https://github.com/tianyishi2001/biojs
- Owner: TianyiShi2001
- Created: 2020-02-08T15:51:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T11:33:46.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T20:27:12.771Z (over 1 year ago)
- Language: JavaScript
- Size: 469 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# biojs
## Motivation
I want to rewrite all tools on ExPASy in JS, making it open source and up-to-date.
To date, many, if not most, bioinformatics tools available on ExPASy and NCBI are not open-sourced, and the underlying source data they use are often based on outdated literature.
For example, the [ExPASy ProtParam tool](https://web.expasy.org/protparam/protpar-ref.html) has not been updated since its publication since [2005](http://www.springer.com/life+sciences/biochemistry+%26+biophysics/book/978-1-58829-343-5).
## Electron App
I want to wrap everything in a desktop application based on the Electron framework.