Man page - pdb_selresname(1)
Packages contas this manual
- pdb_head(1)
- pdb_validate(1)
- pdb_chkensemble(1)
- pdb_splitseg(1)
- pdb_splitchain(1)
- pdb_fetch(1)
- pdb_occ(1)
- pdb_selaltloc(1)
- pdb_uniqname(1)
- pdb_shiftres(1)
- pdb_b(1)
- pdb_mkensemble(1)
- pdb_selseg(1)
- pdb_seg(1)
- pdb_delres(1)
- pdb_delchain(1)
- pdb_keepcoord(1)
- pdb_rplresname(1)
- pdb_reres(1)
- pdb_chainbows(1)
- pdb_delhetatm(1)
- pdb_selchain(1)
- pdb_segxchain(1)
- pdb_selatom(1)
- pdb_merge(1)
- pdb_selelem(1)
- pdb_chainxseg(1)
- pdb_chain(1)
- pdb_selmodel(1)
- pdb_tocif(1)
- pdb_gap(1)
- pdb_delresname(1)
- pdb_tidy(1)
- pdb_delelem(1)
- pdb_delinsertion(1)
- pdb_selhetatm(1)
- pdb_rplchain(1)
- pdb_intersect(1)
- pdb_fixinsert(1)
- pdb_selres(1)
- pdb_tofasta(1)
- pdb_splitmodel(1)
- pdb_selresname(1)
- pdb_reatom(1)
- pdb_wc(1)
- pdb_sort(1)
- pdb_fromcif(1)
- pdb_element(1)
Package: pdb-tools
apt-get install pdb-tools
apt-get install pdb-tools
Manuals in package:
Documentations in package:
Manual
| PDB_SELRESNAME(1) | User Commands | PDB_SELRESNAME(1) |
NAME
pdb_selresname - manual page for pdb_selresname 2.5.1
DESCRIPTION
pdb_selresname Residue name is invalid: '-HELP'
Selects all residues matching the given name in the PDB file.
Residues names are matched *without* taking into consideration spaces.
Usage:
- python pdb_selresname.py -<option> <pdb file>
Example:
- python pdb_selresname.py -ALA 1CTF.pdb
- # keeps only Alanines
- python pdb_selresname.py -ASP,GLU 1CTF.pdb
- # keeps (-) charged residues
This program is part of the `pdb-tools` suite of utilities and should not be distributed isolatedly. The `pdb-tools` were created to quickly manipulate PDB files using the terminal, and can be used sequentially, with one tool streaming data to another. They are based on old FORTRAN77 code that was taking too much effort to maintain and compile. RIP.
| September 2024 | pdb_selresname 2.5.1 |