ciftools
v0.2.5
Published
Mol*/CIFTools - lightweight, efficient and extensible macromolecular data handling.
Readme
Usage
CIF schema generation
cifschema -o mmcif.ts -p mmCIF
cifschema -o ccd.ts -p CCD
cifschema -o bird.ts -p BIRD
cifschema -o cif-core.ts -p CifCoreBuilding
Build:
npm install
npm run buildBuild automatically on file save:
npm run watchBuild with debug mode enabled:
DEBUG=molstar npm run watchBuild for production:
NODE_ENV=production npm run buildScripts installation
npm run build
npm install -gPublish
Prerelease
npm version prerelease # asumes the current version ends with '-dev.X'
npm publish --tag nextRelease
npm version 0.X.0 # provide valid semver string
npm publishContributing
Just open an issue or make a pull request. All contributions are welcome.
Funding
Funding sources include but are not limited to:
- RCSB PDB funding by a grant [DBI-1338415; PI: SK Burley] from the NSF, the NIH, and the US DoE
- PDBe, EMBL-EBI
- CEITEC
