1.1.0 • Published 7 years ago

@atdbio/cdxml v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

npm version

cdxml

A library for reading ChemDraw cdxml files and extracting very basic information

Installation

npm install @atdbio/cdxml --save

Usage

const { getMolecule, getElementCounts } = require('@atdbio/cdxml');
const fs = require('fs');

const xmlString = fs.readFileSync('./molecule.cdxml', { encoding: 'utf-8' });

const myMolecule = getMolecule(xmlString);
const elementCounts = getElementCounts(myMolecule); // get element counts

License

MIT

1.1.0

7 years ago

1.0.31

7 years ago

1.0.30

7 years ago

1.0.29

7 years ago

1.0.28

7 years ago

1.0.27

7 years ago

1.0.26

7 years ago

1.0.25

7 years ago

1.0.24

7 years ago

1.0.23

7 years ago

1.0.22

7 years ago

1.0.20

7 years ago

1.0.19

7 years ago