Looks up the location of sequences in GenBank and adds it to a FASTA file. - https://omnicoders.org/
npm install @miamiruby/bio-geolocation
Node JS and Git are required to clone, install and run this project.
In your terminal, clone the project to a local subdirectory:
git clone https://github.com/omnicoders/bio-geolocation.git
cd bio-geolocation
npm install
node scraper
var bioGeolocation = require('@miamiruby/bio-geolocation');
var result = bioGeolocation('filename');
Output should be something
npm test
In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.
Mathew Stewart https://github.com/matthewstewart
Paul Kruger https://github.com/miamiruby