Skip to content

ugSUBMARINE/psatm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

psatm

TEST Software License

Based on a given PDB file, this tool creates a new PDB file that includes pseudoatoms for each residue. These pseudoatoms represent the centroids of each residue's catalytic atoms.

If any atoms are missing, the centroid will be calculated based on the available atoms. If there are no catalytic atoms for a specific residue, a warning will be issued.

alt text

Installation

Install rust and cargo

Run cargo build --release to create a binary of the program.

Usage

psatm INFILE OUTFILE

psatm example/gb1.pdb example/gb1_out.pdb

Examples

Can be found here.

The respective outputs are the files with the postfix _out.

File gb1_missing.pdb has the side chain atoms of residue 42 removed to show the output when atoms are missing.

About

Create pseudoatoms at the centroid of the catalytic atoms of a residue

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published