0.0.14 • Published 8 years ago

aletorecxml v0.0.14

Weekly downloads
-
License
ISC
Repository
-
Last release
8 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

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago