fix argparse typo
This commit is contained in:
@@ -202,7 +202,7 @@ def build_parser(parser=None):
|
|||||||
input files is no longer supported.
|
input files is no longer supported.
|
||||||
"""
|
"""
|
||||||
if parser is not None:
|
if parser is not None:
|
||||||
group = parser.add_argument_group(title="PROPKA invoation options")
|
group = parser.add_argument_group(title="PROPKA invocation options")
|
||||||
else:
|
else:
|
||||||
parser = argparse.ArgumentParser(
|
parser = argparse.ArgumentParser(
|
||||||
description=("PROPKA predicts the pKa values of ionizable "
|
description=("PROPKA predicts the pKa values of ionizable "
|
||||||
|
|||||||
Reference in New Issue
Block a user