Skip to content

Converter from PDB format to XYZ. Can write xyz-file with only CA atoms. Keep track of missing atoms.

License

Notifications You must be signed in to change notification settings

MengjiaHe/pdb2xyz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOI

pdb2xyz

Converter from PDB format to XYZ. PDB file can be read either from the Internet or from the computer. Can write xyz-file with only CA (or any others) atoms. Keep track of missing atoms. Can take the longest part without missing atoms. Exclude repeated atoms. Can choose one or several chains or models from the pdb-file.

Read Manual for more information:

$ man ./pdb2xyz.1

Quick Start

Write in terminal:

$ git clone https://github.com/Anny-Moon/pdb2xyz
$ cd pdb2xyz/
$ sh install.sh
$ ./pdb2xyz.out 5dn7 -f CA --part

About

Converter from PDB format to XYZ. Can write xyz-file with only CA atoms. Keep track of missing atoms.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 85.5%
  • Makefile 9.2%
  • Roff 5.2%
  • Shell 0.1%