Skip to content
Snippets Groups Projects
Commit 59831ca9 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

docu update

parent a297b934
Branches
Tags
No related merge requests found
...@@ -118,8 +118,8 @@ def _ParseArgs(): ...@@ -118,8 +118,8 @@ def _ParseArgs():
type=int, type=int,
help=("Only has an effect if model is in mmcif format. By default, " help=("Only has an effect if model is in mmcif format. By default, "
"the assymetric unit (AU) is used for scoring. If there are " "the assymetric unit (AU) is used for scoring. If there are "
"biounits defined in the mmcif file, you can specify the index " "biounits defined in the mmcif file, you can specify the "
"of the one which should be used.")) "(0-based) index of the one which should be used."))
parser.add_argument( parser.add_argument(
"-rb", "-rb",
...@@ -130,8 +130,8 @@ def _ParseArgs(): ...@@ -130,8 +130,8 @@ def _ParseArgs():
type=int, type=int,
help=("Only has an effect if reference is in mmcif format. By default, " help=("Only has an effect if reference is in mmcif format. By default, "
"the assymetric unit (AU) is used for scoring. If there are " "the assymetric unit (AU) is used for scoring. If there are "
"biounits defined in the mmcif file, you can specify the index " "biounits defined in the mmcif file, you can specify the "
"of the one which should be used.")) "(0-based) index of the one which should be used."))
parser.add_argument( parser.add_argument(
"-rna", "-rna",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment