3. propka3 command¶
PROPKA predicts the pKa values of ionizable groups in proteins and protein-ligand complexes based in the 3D structure. The propka3 command has the following options:
propka3 [-h] [-f FILENAMES] [-r REFERENCE] [-c CHAINS] [-i TITRATE_ONLY] [-t THERMOPHILES] [-a ALIGNMENT] [-m MUTATIONS]
[-v VERSION_LABEL] [-p PARAMETERS] [--log-level {DEBUG,INFO,WARNING,ERROR,CRITICAL}] [-o PH] [-w WINDOW WINDOW WINDOW]
[-g GRID GRID GRID] [--mutator MUTATOR] [--mutator-option MUTATOR_OPTIONS] [-d] [-l] [-k] [-q] [--generate-propka-input]
[--protonate-all]
input_pdb
-
input_pdb¶ read data from file <input_pdb>
-
-h,--help¶ show this help message and exit
-
-fFILENAMES,--fileFILENAMES¶ read data from <filename>, i.e. <filename> is added to arguments (default: [])
-
-rREFERENCE,--referenceREFERENCE¶ setting which reference to use for stability calculations [neutral/low-pH] (default: neutral)
-
-cCHAINS,--chainCHAINS¶ creating the protein with only a specified chain. Specify ” ” for chains without ID [all] (default: None)
-
-iTITRATE_ONLY,--titrate_onlyTITRATE_ONLY¶ Treat only the specified residues as titratable. Value should be a comma-separated list of “chain:resnum” values; for example:
-i "A:10,A:11"(default: None)
-
-tTHERMOPHILES,--thermophileTHERMOPHILES¶ defining a thermophile filename; usually used in ‘alignment-mutations’ (default: None)
-
-aALIGNMENT,--alignmentALIGNMENT¶ alignment file connecting <filename> and <thermophile> [<thermophile>.pir] (default: None)
-
-mMUTATIONS,--mutationMUTATIONS¶ specifying mutation labels which is used to modify <filename> according to, e.g. N25R/N181D (default: None)
-
-vVERSION_LABEL,--versionVERSION_LABEL¶ specifying the sub-version of propka [Jan15/Dec19] (default: Jan15)
-
-pPARAMETERS,--parametersPARAMETERS¶ set the parameter file (default: <installation_directory>/propka/propka/propka.cfg)
-
--log-level{DEBUG,INFO,WARNING,ERROR,CRITICAL}¶ logging level verbosity (default: INFO)
-
-oPH,--pHPH¶ setting pH-value used in e.g. stability calculations (default: 7.0)
-
-wWINDOW WINDOW WINDOW,--windowWINDOW WINDOW WINDOW¶ setting the pH-window to show e.g. stability profiles (default: (0.0, 14.0, 1.0))
-
-gGRID GRID GRID,--gridGRID GRID GRID¶ setting the pH-grid to calculate e.g. stability related properties (default: (0.0, 14.0, 0.1))
-
--mutatorMUTATOR¶ setting approach for mutating <filename> [alignment/scwrl/jackal] (default: None)
-
--mutator-optionMUTATOR_OPTIONS¶ setting property for mutator [e.g. type=”side-chain”] (default: None)
-
-d,--display-coupled-residues¶ Displays alternative pKa values due to coupling of titratable groups (default: False)
-
-l,--reuse-ligand-mol2-files¶ Reuses the ligand mol2 files allowing the user to alter ligand bond orders (default: False)
-
-k,--keep-protons¶ Keep protons in input file (default: False)
-
-q,--quiet¶ suppress non-warning messages (default: None)
-
--generate-propka-input¶ Generate a PROPKA input file (default: False)
-
--protonate-all¶ Protonate all atoms (will not influence pKa calculation) (default: False)