You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for your valuable suggestion. We took note of the situation in which the center parameter begins with a negative value and had left a space before the first value in the example in our readme.md file. To ensure this space is not overlooked, we may need to place greater emphasis on it. Once again, we sincerely appreciate your feedback.
If the --center argument starts with a negative number argparse fails (see https://bugs.python.org/issue9334)
A simple workaround is to place a space as the first character in the --center argument such as
Without solving the regression, a horribly hacky way to fix this would be on line 67 of sample_for_pdb.py
The text was updated successfully, but these errors were encountered: