Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] Add PyMOL plugin for pyKVFinder #132

Merged
merged 30 commits into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
d8ccee6
Add template for pymol plugin
jvsguerra Sep 12, 2024
94f8fac
Fix typo
jvsguerra Sep 13, 2024
bbfe095
Update plugin template code
jvsguerra Sep 13, 2024
ccbeff0
Add a plugin that run and loads results - no bindings for visualizati…
jvsguerra Sep 16, 2024
14f7c97
Add first visualization
jvsguerra Sep 17, 2024
d9e5cf1
Add cavity visualization to volume and area
jvsguerra Sep 18, 2024
65d7b93
Add placeholders for other visualizations
jvsguerra Sep 18, 2024
442f8b3
Add vdw to surface, add button for modelling surface, and add ignore …
jvsguerra Sep 19, 2024
2808fa8
Update bindings for results tab
jvsguerra Sep 19, 2024
1185187
Binding Browse buttons
jvsguerra Sep 19, 2024
caabdc1
Add _restore_results function
jvsguerra Sep 19, 2024
08ed31f
Add ignore_backbone parameter
jvsguerra Sep 19, 2024
eebffba
Handle vdW surface in GUI
jvsguerra Sep 19, 2024
f98471c
Add box adjustment mode to plugin
jvsguerra Sep 19, 2024
0aac11e
Add a installation guide template
jvsguerra Sep 19, 2024
f24b1bc
Update Help tab
jvsguerra Sep 19, 2024
4d8772b
Change directory name for the plugin
jvsguerra Sep 19, 2024
a5ff297
Apply black formatting to python files
jvsguerra Sep 20, 2024
3052d7b
Update installation procedure
jvsguerra Sep 23, 2024
ea343ee
Update dependencies
jvsguerra Sep 23, 2024
979152c
Merge remote-tracking branch 'upstream/master' into pymol
jvsguerra Sep 23, 2024
50eda6a
Start reestructuring pyKVFinder documentation
jvsguerra Sep 23, 2024
ba4d27b
Update INSTALLATION.md
jvsguerra Sep 24, 2024
0e63422
Update documentation to include plugins
jvsguerra Sep 24, 2024
b7ce3d6
Update docstring
jvsguerra Sep 24, 2024
a241488
Remove Python 3.9 (preparation for numpy 2.1.x) and update package ve…
jvsguerra Sep 24, 2024
f3ca7a4
Update README.md
jvsguerra Sep 24, 2024
04e8865
Update documentation
jvsguerra Sep 24, 2024
77bebb0
Update images for pymol plugin tutorial
jvsguerra Sep 25, 2024
a4abef4
Update pyproject.toml
jvsguerra Sep 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/integration-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12"]
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12"]
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ S., & Szalóki, G. (2023). Cavity Characterization in Supramolecular
Cages. Journal of chemical information and modeling, 63(12), 3772-3785.
<https://doi.org/10.1021/acs.jcim.3c00328>.

If you use *PyMOL pyKVFinder Tools*, please also cite:

Guerra, J. V. da S., Ribeiro Filho, H. V., Bortot, L. O., Honorato, R. V., Pereira, J. G. de C., & Lopes-de-Oliveira, P. S. (2020). ParKVFinder: A thread-level parallel approach in biomolecular cavity detection. In SoftwareX (Vol. 12, p. 100606). Elsevier BV. https://doi.org/10.1016/j.softx.2020.100606.

## License

The software is licensed under the terms of the GNU General Public
Expand Down
2 changes: 1 addition & 1 deletion docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 5e67e5b08739af2cbadbbffeab3c7d4f
config: ff86b850e3cd6fe0e32862d27a6322e8
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file removed docs/.doctrees/_about/index.doctree
Binary file not shown.
Binary file removed docs/.doctrees/_api_reference/Molecule.doctree
Binary file not shown.
Binary file removed docs/.doctrees/_api_reference/index.doctree
Binary file not shown.
Binary file removed docs/.doctrees/_cli/index.doctree
Binary file not shown.
Binary file removed docs/.doctrees/_installation/index.doctree
Binary file not shown.
Binary file removed docs/.doctrees/_tutorial/index.doctree
Binary file not shown.
Binary file added docs/.doctrees/about/index.doctree
Binary file not shown.
Binary file modified docs/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/.doctrees/index.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added docs/.doctrees/package/examples/index.doctree
Binary file not shown.
Binary file added docs/.doctrees/package/installation/index.doctree
Binary file not shown.
Binary file added docs/.doctrees/package/tutorial/index.doctree
Binary file not shown.
Binary file added docs/.doctrees/plugins/cli/index.doctree
Binary file not shown.
Binary file added docs/.doctrees/plugins/pymol/index.doctree
Binary file not shown.
1 change: 1 addition & 0 deletions docs/INSTRUCTIONS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ To create pyKVFinder documentation as a GitHub page, run:
.. code-block:: bash

make html

203 changes: 0 additions & 203 deletions docs/_api_reference/index.html

This file was deleted.

Loading