Skip to content
Snippets Groups Projects
Commit 700e07e8 authored by Nicolas  MAILLET's avatar Nicolas MAILLET
Browse files

Remove 'deprecated' for ipc

parent 1048cddc
Branches
Tags
No related merge requests found
......@@ -174,7 +174,7 @@ Here are all available options in **RPG**:
**-o, -\\-outputfile**: Result file to output resulting peptides (default './peptides.xxx' depending of -\\-fmt).
**-p, -\\-pka**: Define pKa values. Either 'ipc2', 'stryer' or 'ipc' (default: ipc2, ipc is deprecated). IPC2 values come from `IPC_peptide in Supplementary Table S1 <https://doi.org/10.1093/nar/gkab295>`_, Stryer values from Biochemistry Stryer, 7th edition and IPC values from `IPC_peptide <http://isoelectric.org/theory.html>`_.
**-p, -\\-pka**: Define pKa values. Either 'ipc2', 'stryer' or 'ipc' (default: ipc2). IPC2 values come from `IPC_peptide in Supplementary Table S1 <https://doi.org/10.1093/nar/gkab295>`_, Stryer values from Biochemistry Stryer, 7th edition and IPC values from `IPC_peptide <http://isoelectric.org/theory.html>`_.
**-r, -\\-randomname**: Random (not used) output name file. See :ref:`random` for more information.
......
......
......@@ -274,7 +274,7 @@ def main():
"overwritten.")
parser.add_argument("-p", "--pka", metavar="", choices=['ipc2', 'stryer', 'ipc'],
default="ipc2", help="Define pKa values. Either 'ipc2' "
"'stryer' or 'ipc' (deprecated) (default: ipc2)")
"'stryer' or 'ipc' (default: ipc2)")
group_output = parser.add_mutually_exclusive_group()
group_output.add_argument("-o", "--outputfile", type=str, metavar="",
default="", help="Optional result file "
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment