clustal

0.0.17 • Public • Published

biojs-io-clustal

Build Status NPM version Dependencies Code Climate NPM downloads

npm install biojs-io-clustal

Use in your browser

Download a compiled version for browser use.

Try out in RequireBin or in Codepen.

npm run build-browser

The namespace is biojs.io.clustal.

How-to

1. read a url

Clustal.read(url, function(seqs) { }

function is your async callback.

2. parse string

var seqs = Clustal.parse(str);

Sequence object

this.seq 
this.name 
this.id 

Readme

Keywords

none

Package Sidebar

Install

npm i clustal

Weekly Downloads

1

Version

0.0.17

License

Apache 2

Last publish

Collaborators

  • greenify