-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Roadmap #42
Comments
Have you thought about re-writting the project in ECMAScript 6 / 7? |
bionode-watermill uses ES2015 features (assignment destructuring, arrow functions) and was written at the time Node 6 was to be LTS soon. ES2016 (ES7) only adds I'm of the opinion its not worth rewriting existing modules (instead this time could be used for documenting and testing these modules), but that new modules should use the syntax features made available by the latest (or soon to be) long term support release of Node. Node 8 will be the next supported LTS in October. Of particular note is Node 8's enhanced promise support and being able to |
Yeah, that sounds kind of good. But almost all modules are written in old syntax. ES5/6/7 is really worth it, to be honest. |
this project seems inactive since 1year+ , is the search for funding still ongoing? |
Roadmap
Modular and universal bioinformatics
Bionode.io is a community that aims at building highly reusable tools and code for bioinformatics by leveraging the Node.JS ecosystem and community.
Why
Genomic data is flooding the web, and we need tools that can scale to analyse it in realtime and fast to:
Core features
Short term - what we're working on now
Medium term - what we're working on next!
Longer term items - working on this soon!
Achievements
The text was updated successfully, but these errors were encountered: