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

Remove 'deprecated' for ipc

parent 1048cddc
No related branches found
No related tags found
No related merge requests found
...@@ -174,7 +174,7 @@ Here are all available options in **RPG**: ...@@ -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). **-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. **-r, -\\-randomname**: Random (not used) output name file. See :ref:`random` for more information.
......
...@@ -274,7 +274,7 @@ def main(): ...@@ -274,7 +274,7 @@ def main():
"overwritten.") "overwritten.")
parser.add_argument("-p", "--pka", metavar="", choices=['ipc2', 'stryer', 'ipc'], parser.add_argument("-p", "--pka", metavar="", choices=['ipc2', 'stryer', 'ipc'],
default="ipc2", help="Define pKa values. Either 'ipc2' " 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 = parser.add_mutually_exclusive_group()
group_output.add_argument("-o", "--outputfile", type=str, metavar="", group_output.add_argument("-o", "--outputfile", type=str, metavar="",
default="", help="Optional result file " default="", help="Optional result file "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment