Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Conversation

@lindenb
Copy link

@lindenb lindenb commented May 29, 2013

I wrote some simple bindings for javascript using the mozilla API / (see http://plindenbaum.blogspot.fr/2013/05/binding-c-library-with-javascript.html )

Example:

load("tabix.js");

var tabix=new TabixFile("example.gtf.gz");
var iter=tabix.query("chr2:32800-35441");
while((line=iter.next())!=null)
 {
 print(line);
 }
tabix.close();

Added a README.md and a .gitignore

jmarshall and others added 3 commits January 25, 2013 15:56
Move -lz after libtabix.a, as it is needed to resolve names used
in libtabix.a.  Modern linkers have started requiring user care
in library ordering again.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants