0.0.17 • Published 9 years ago

clustal v0.0.17

Weekly downloads
4
License
Apache 2
Repository
github
Last release
9 years ago

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