CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
build_standalone.py
build_standalone_linux.py
build_standalone_windows.py
hbat.icns
hbat.ico
hbat.png
hbat.svg
hbat_cli.py
hbat_gui.py
pyproject.toml
pytest.ini
requirements-dev.txt
requirements.txt
.github/workflows/cleanup-prereleases.yml
.github/workflows/release.yml
.github/workflows/test.yml
conda/meta.yaml
docs/Makefile
docs/requirements.txt
docs/source/cli.rst
docs/source/conf.py
docs/source/development.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/license.rst
docs/source/logic.rst
docs/source/parameters.rst
docs/source/pdbfixing.rst
docs/source/quickstart.rst
docs/source/_static/custom.css
docs/source/_static/light-theme.css
docs/source/api/index.rst
docs/source/api/ccd/ccd_analyzer.rst
docs/source/api/ccd/constants_generator.rst
docs/source/api/ccd/generate_ccd_constants.rst
docs/source/api/ccd/index.rst
docs/source/api/cli/index.rst
docs/source/api/constants/app.rst
docs/source/api/constants/atomic_data.rst
docs/source/api/constants/index.rst
docs/source/api/constants/misc.rst
docs/source/api/constants/parameters.rst
docs/source/api/constants/pdb_constants.rst
docs/source/api/core/index.rst
docs/source/api/core/interactions.rst
docs/source/api/core/np_analyzer.rst
docs/source/api/core/np_vector.rst
docs/source/api/core/pdb_fixer.rst
docs/source/api/core/pdb_parser.rst
docs/source/api/core/structure.rst
docs/source/api/examples/index.rst
docs/source/api/gui/index.rst
docs/source/api/utilities/atom_utils.rst
docs/source/api/utilities/graphviz_utils.rst
docs/source/api/utilities/index.rst
example_pdb_files/1bhl.pdb
example_pdb_files/1gai.pdb
example_pdb_files/1ubi.pdb
example_pdb_files/2izf.pdb
example_pdb_files/4jsv.pdb
example_pdb_files/4laz.pdb
example_pdb_files/4ub7.pdb
example_pdb_files/4x21.pdb
example_pdb_files/6rsa.pdb
example_presets/drug_design_strict.hbat
example_presets/high_resolution.hbat
example_presets/low_resolution.hbat
example_presets/membrane_proteins.hbat
example_presets/nmr_structures.hbat
example_presets/standard_resolution.hbat
example_presets/strong_interactions_only.hbat
example_presets/weak_interactions_permissive.hbat
hbat/__init__.py
hbat/_version.py
hbat/ccd/__init__.py
hbat/ccd/ccd_analyzer.py
hbat/ccd/constants_generator.py
hbat/ccd/generate_ccd_constants.py
hbat/cli/__init__.py
hbat/cli/main.py
hbat/constants/__init__.py
hbat/constants/app.py
hbat/constants/atomic_data.py
hbat/constants/misc.py
hbat/constants/parameters.py
hbat/constants/pdb_constants.py
hbat/constants/residue_bonds.py
hbat/core/__init__.py
hbat/core/analysis.py
hbat/core/analyzer.py
hbat/core/app_config.py
hbat/core/atom_classifier.py
hbat/core/interactions.py
hbat/core/np_analyzer.py
hbat/core/np_vector.py
hbat/core/pdb_fixer.py
hbat/core/pdb_parser.py
hbat/core/structure.py
hbat/gui/__init__.py
hbat/gui/chain_visualization.py
hbat/gui/export_manager.py
hbat/gui/graphviz_preferences_dialog.py
hbat/gui/graphviz_renderer.py
hbat/gui/main_window.py
hbat/gui/matplotlib_renderer.py
hbat/gui/parameter_panel.py
hbat/gui/results_panel.py
hbat/gui/visualization_renderer.py
hbat/utilities/__init__.py
hbat/utilities/atom_utils.py
hbat/utilities/graphviz_utils.py
tests/README.md
tests/__init__.py
tests/conftest.py
tests/run_tests.py
tests/cli/__init__.py
tests/cli/test_cli_main.py
tests/e2e/__init__.py
tests/e2e/test_cli_workflows.py
tests/e2e/test_complete_workflows.py
tests/e2e/test_graphviz_workflows.py
tests/e2e/test_gui_workflows.py
tests/gui/__init__.py
tests/gui/test_gui_components.py
tests/integration/__init__.py
tests/integration/test_analyzer_components.py
tests/integration/test_cli_integration.py
tests/integration/test_graphviz_renderer.py
tests/integration/test_molecular_validation.py
tests/integration/test_pdb_parsing.py
tests/performance/__init__.py
tests/performance/test_ccd_performance.py
tests/performance/test_performance_workflows.py
tests/unit/__init__.py
tests/unit/test_cli_parsing.py
tests/unit/test_graphviz_utils.py
tests/unit/test_gui_components.py
tests/unit/test_interactions.py
tests/unit/test_parameters.py
tests/unit/test_scrollable_canvas.py
tests/unit/test_structures.py
tests/unit/test_vector_math.py