.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2. .TH PDB_SELCHAIN "1" "July 2022" "pdb_selchain 2.5.0" "User Commands" .SH NAME pdb_selchain \- manual page for pdb_selchain 2.5.0 .SH DESCRIPTION pdb_selchain You must provide at least one chain identifier .PP Extracts one or more chains from a PDB file. .SS "Usage:" .IP python pdb_selchain.py \- .SS "Example:" .TP python pdb_selchain.py \fB\-C\fR 1CTF.pdb # selects chain C .TP python pdb_selchain.py \fB\-A\fR,C 1CTF.pdb # selects chains A and C .PP 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.