Skip to content

Commit

Permalink
Merge pull request #87 from rigdenlab/single_model_bfactor
Browse files Browse the repository at this point in the history
Fixed pathing bug in single model mode
  • Loading branch information
hlasimpk committed Jul 15, 2021
2 parents 467e3b7 + 0df3666 commit c3c2196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ample/util/argparse_util.py
Expand Up @@ -249,7 +249,7 @@ def add_general_options(parser=None):
parser.add_argument(
'-show_gui', action=BoolAction, nargs='?', metavar='True/False', help='Pop up and display a stand-alone GUI'
)
parser.add_argument('-single_model', help='Single structure model to be used to create ensembles')
parser.add_argument('-single_model', action=FilePathAction, help='Single structure model to be used to create ensembles')
parser.add_argument(
'-sf_cif', action=FilePathAction, help='Path to a structure factor CIF file (instead of MTZ file)'
)
Expand Down

0 comments on commit c3c2196

Please sign in to comment.