app.import.arborview

Parsers for ArborView standalone HTML exports.

Extracts TREE (Newick) and DATA (TSV) strings embedded as JS literals.

parse-arborview-html

(parse-arborview-html html)

Parses ArborView HTML and returns extracted TREE and DATA strings.

Returns a map with keys: - :newick-str - Newick string when present - :metadata-raw - TSV string when present