Open nakker opened 1 year ago
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