Skip to content

Commit

Permalink
Merge pull request #45 from rs-station/rfree_sg
Browse files Browse the repository at this point in the history
allow nonstandard settings for space groups
  • Loading branch information
kmdalton authored Feb 6, 2024
2 parents 32770d2 + bb7c682 commit 3fda713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsbooster/utils/rfree.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def parse_arguments():
"-sg",
"--spacegroup",
required=True,
type=int,
type=str,
help=("Spacegroup for output mtz file containing rfree flags"),
)

Expand Down

0 comments on commit 3fda713

Please sign in to comment.