Install bionode with npm:
$ npm install bionodeYou can also install it for client side with bower
$ bower install bionodeAlternatively, just include bionode.min.js via a <script/> in your page.
If you're using bionode with Node.js, you can require the module:
var bionode = require('bionode')In-browser, bionode is available as a global variable.
Please read the documentation for the methods exposed by bionode.
To contribute to bionode, clone this repo locally and commit your code on a separate branch.
Please write unit tests for your code, and check that everything works by running the following before opening a pull-request:
$ npm testPlease also check for code coverage:
$ npm run coverageTo rebuild and minify the module for the browser:
$ npm run build-browserTo rebuild the documentation using the comments in the code:
$ npm run build-docsOne way you can contribute to this project could be by checking other similar projects like biopython, bioruby, biohaskell, bioperl, etc, and reimplementing some of their methods in JavaScript.
Currently, this project seeks methods to manipulate
biological data and not to visually represent it, unlike BioJS
which is a project of "Reusable components for presenting Biological data".
Update: BioJS 2.0 is aiming to also work server side and currently collaborating with Bionode (see issue 9).
Please see the file contributors.md for a list.
Having bioinformatic methods available in JavaScript is useful for many reasons, one of them is for integration with genome viewers in the browser.
We intend to use this module in the afra project.
These are the features we have in mind to have first in short/medium term:
-
Databases
- NCBI (already released, still getting improvements)
- EBI (1-2 devs started working on it)
- ENSEMBL (1-2 devs started working on it)
-
Wrappers
- BLAST (to do)
- BLAT (to do)
- Bowtie (to do)
- HMMER (to do)
- SRAToolkit (mostly done, needs cleanup/testing before release)
- SAMTOOLS (mostly done, needs cleanup/testing before release)
- BWA (mostly done, needs cleanup/testing before release)
-
Parsers
- FASTQ
- FASTA
- SAM/BAM (might be adapted from Dalliance by Thomas Down)
- VCF/BCF (same as above)
- BED (same as above)
- GFF (could come from JBrowse)
-
Wrangling
- Minimum needed to ensure connectivity between all modules
- Minimum needed to ensure integration with Dat and NoFlo
-
Module/ easy extensibility mechanism
If you find a bug please use the issues tracker to report it.
If you need help with this particular module, you can use the respective gitter chat room.
For general help or discussion about the bionode project, you can use the IRC channel #bionode on Freenode.
Bionode is collaborating with BioJS which also has a IRC channel at #biojs.
Bruno Vieira <mail@bmpvieira.com> @bmpvieira
Yannick Wurm (yannick.poulet.org) @yannick__
bionode is licensed under the MIT license.
Check ChooseALicense.com for details.
