0.0.14 • Published 10 years ago

aletorecxml v0.0.14

Weekly downloads
-
License
ISC
Repository
-
Last release
10 years ago

What it is:

Lib to convert ALE format, file from https://github.com/ssolo/ALE/ into a xml format inherited from phyloXML (www.phyloxml.org): recXML.

Exemple

var recxml = require("aletorecxml");
var ale_data = "(ANAVT_1_PE117:1,(ANAVT_4_PE2444:2,ANAVT_2_PE237:0)D@0|ANAVT:1)D@0|ANAVT:0;"

//Asynchronous function
recxml.ALEtorecXML(ale_data,function  (data) {
    //use the variable data here it's rec xml
});
0.0.14

10 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago