0.0.5 • Published 3 years ago

pdb-parser-js v0.0.5

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

pdb-parser-js

Utility to parse PDB(Protein Data Bank) file format 3.3 into JSON format

Installation

Using npm:

$ npm i pdb-parser-js

Getting Started

import {PdbParser} from 'pdb-parser-js';

const file = fs.readFileSync('[pdb file path]', 'utf-8')

const parser = new PdbParser()
parser.collect(file.split('\n'))

const pdb = parser.parse()

License

MIT. See LICENSE file.

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago