psatm
Create pseudoatoms at the centroid of the catalytic atoms of a residue
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.5%) to scientific vocabulary
Keywords
Repository
Create pseudoatoms at the centroid of the catalytic atoms of a residue
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 1
Topics
Metadata Files
README.md
psatm
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.

Installation
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.
Owner
- Name: ugSUBMARINE
- Login: ugSUBMARINE
- Kind: organization
- Repositories: 1
- Profile: https://github.com/ugSUBMARINE
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Wirnsberger" given-names: "Gregor" orcid: "https://orcid.org/0000-0001-8331-8636" title: "psatm" version: 0.1 date-released: 2025-02-17 url: "https://github.com/ugSUBMARINE/psatm"
GitHub Events
Total
- Release event: 1
- Push event: 2
- Create event: 1
Last Year
- Release event: 1
- Push event: 2
- Create event: 1
Dependencies
- actions/checkout v3 composite