Clean up line breaks in run.py
See https://github.com/jensengroup/propka-3.1/issues/43
This commit is contained in:
@@ -27,7 +27,8 @@ def single(pdbfile, optargs=None):
|
|||||||
.. rubric:: Example
|
.. rubric:: Example
|
||||||
|
|
||||||
::
|
::
|
||||||
single("protein.pdb", optargs=["--mutation=N25R/N181D", "-v", "--pH=7.2"])
|
single("protein.pdb", optargs=["--mutation=N25R/N181D", "-v",
|
||||||
|
"--pH=7.2"])
|
||||||
"""
|
"""
|
||||||
optargs = optargs if optargs is not None else []
|
optargs = optargs if optargs is not None else []
|
||||||
options = loadOptions(*optargs)
|
options = loadOptions(*optargs)
|
||||||
|
|||||||
Reference in New Issue
Block a user