1.1.0 • Published 8 years ago

@atdbio/cdxml v1.1.0

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

8 years ago

1.0.31

9 years ago

1.0.30

9 years ago

1.0.29

9 years ago

1.0.28

9 years ago

1.0.27

9 years ago

1.0.26

9 years ago

1.0.25

9 years ago

1.0.24

9 years ago

1.0.23

9 years ago

1.0.22

9 years ago

1.0.20

9 years ago

1.0.19

9 years ago