Usage#
Full list of arguments for fpocketR CLI.
Option / Argument |
Type |
Description |
|---|---|---|
|
str |
Path to a .pdb file, .cif file, or 4 character PDB identification code. |
|
str |
Path to an .ss or other secondary structure file for generating secondary structure figures. |
|
float |
Minimum radius for an a-sphere (Default: 3.0). |
|
float |
Maximum radius for an a-sphere (Default: 5.70). |
|
int |
Minimum number of a-spheres per pocket (Default: 42). |
|
float |
A-sphere clustering distance for forming pockets (Default: 1.65). |
|
int |
Number of electronegative atoms required to define a polar a-sphere (Default: 3). |
|
float |
Maximum ratio of apolar a-spheres in a pocket (Default: 0.0). |
|
str |
Path to the output parent directory (Default: “./fpocketR_out”). |
|
str |
Output filename prefix and output subdirectory name (Default: “{PDB}_clean_out”). |
|
bool |
Answers yes to user prompts for overwriting files (Default: False). |
|
int |
Specify the NMR states/model to analyze. 0 for all (Default: None). |
|
str |
Specify a chain from the input .pdb file (Default: <first_rna_chain>). |
|
str |
PDB ligand identification code (2-3 characters). |
|
str |
Chain containing ligand from the input .pdb file (Default: <–chain input>). |
|
list[int] |
List residue IDs of nucleotides in known pocket (e.g. 1,2,3) (Default: None). |
|
int |
Offset between starting nucleotide of RNA sequence and starting nucleotide of PDB structure (automatic). |
|
float |
Minimum fpocket score for pocket (Default: 0.0). |
|
int |
Figure resolution in dpi (Default: 300). |
|
float |
Zoom buffer (Å) for creating 3D figures (Default: 5.0). |
|
bool |
Visually connects pockets in 2D figures (Default: False). |
|
str |
bool |
TIP: To see all these options in your terminal, run:
python -m fpocketR --help