haddock3 icon indicating copy to clipboard operation
haddock3 copied to clipboard

Reclusts matrixplot

Open VGPReys opened this issue 2 months ago • 0 comments

You are about to submit a new Pull Request. Before continuing make sure you read the contributing guidelines and that you comply with the following criteria:

  • [X] You have sticked to Python. Please talk to us before adding other programming languages to HADDOCK3
  • [ ] Your PR is about CNS
  • [ ] Your code is well documented: proper docstrings and explanatory comments for those tricky parts
  • [ ] You structured the code into small functions as much as possible. You can use classes if there is a (state) purpose
  • [X] Your code follows our coding style
  • [X] You wrote tests for the new code
  • [X] tox tests pass. Run tox command inside the repository folder
  • [X] -test.cfg examples execute without errors. Inside examples/ run python run_tests.py -b
  • [X] PR does not add any dependencies, unless permission granted by the HADDOCK team
  • [X] PR does not break licensing
  • [ ] Your PR is about writing documentation for already existing code :fire:
  • [ ] Your PR is about writing tests for already existing code :godmode:

Closes #858 by adding the -p/--plot_matrix flag optional parameter in haddock3-re for both clustrmsd & clustfcc, allowing to generate plots as it would be in standard modules.

VGPReys avatar Apr 15 '24 12:04 VGPReys