0.0.5 • Published 2 years ago

pdb-parser-js v0.0.5

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

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago