RosettaCommons / tools

Tools for parsing Rosetta source code and scripts for running specific Rosetta applications.
Other
3 stars 1 forks source link

aleaverfay/beautifier to python3 #85

Closed aleaverfay closed 4 years ago

aleaverfay commented 5 years ago

This branch converts the beautifier (and the code_reader utilities it depends on) to python3. It also was beautified with the "black" beautifier program.

I wanted to stage this as a PR instead of merging it directly into master as this is the kind of change that is likely to disrupt the testing server.