.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2. .TH PDB_SELMODEL "1" "July 2022" "pdb_selmodel 2.5.0" "User Commands" .SH NAME pdb_selmodel \- manual page for pdb_selmodel 2.5.0 .SH DESCRIPTION pdb_selmodel Model identifier is invalid: '\-help' .PP Extracts one or more models from a PDB file. .PP If the PDB file has no MODEL records, returns the entire file. .SS "Usage:" .IP python pdb_selmodel.py \- .SS "Example:" .TP python pdb_selmodel.py \fB\-1\fR 1GGR.pdb # selects model 1 .TP python pdb_selmodel.py \fB\-1\fR,3 1GGR.pdb # selects models 1 and 3 .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.