hbat 2.2.6__tar.gz → 2.2.6.dev24__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (144) hide show
  1. {hbat-2.2.6 → hbat-2.2.6.dev24}/.github/workflows/release.yml +10 -4
  2. {hbat-2.2.6 → hbat-2.2.6.dev24}/CLAUDE.md +6 -0
  3. {hbat-2.2.6 → hbat-2.2.6.dev24}/PKG-INFO +4 -1
  4. {hbat-2.2.6 → hbat-2.2.6.dev24}/README.md +3 -0
  5. hbat-2.2.6.dev24/docs/source/_static/custom.css +4 -0
  6. hbat-2.2.6.dev24/docs/source/_static/light-theme.css +1 -0
  7. {hbat-2.2.6 → hbat-2.2.6.dev24}/docs/source/conf.py +3 -3
  8. {hbat-2.2.6 → hbat-2.2.6.dev24}/docs/source/index.rst +37 -0
  9. {hbat-2.2.6 → hbat-2.2.6.dev24}/hbat/_version.py +2 -2
  10. {hbat-2.2.6 → hbat-2.2.6.dev24}/requirements.txt +4 -0
  11. hbat-2.2.6/docs/source/_static/custom.css +0 -78
  12. hbat-2.2.6/docs/source/_static/light-theme.css +0 -39
  13. {hbat-2.2.6 → hbat-2.2.6.dev24}/.github/workflows/cleanup-prereleases.yml +0 -0
  14. {hbat-2.2.6 → hbat-2.2.6.dev24}/.github/workflows/test.yml +0 -0
  15. {hbat-2.2.6 → hbat-2.2.6.dev24}/CITATION.cff +0 -0
  16. {hbat-2.2.6 → hbat-2.2.6.dev24}/CODE_OF_CONDUCT.md +0 -0
  17. {hbat-2.2.6 → hbat-2.2.6.dev24}/CONTRIBUTING.md +0 -0
  18. {hbat-2.2.6 → hbat-2.2.6.dev24}/LICENSE +0 -0
  19. {hbat-2.2.6 → hbat-2.2.6.dev24}/MANIFEST.in +0 -0
  20. {hbat-2.2.6 → hbat-2.2.6.dev24}/Makefile +0 -0
  21. {hbat-2.2.6 → hbat-2.2.6.dev24}/build_standalone.py +0 -0
  22. {hbat-2.2.6 → hbat-2.2.6.dev24}/build_standalone_linux.py +0 -0
  23. {hbat-2.2.6 → hbat-2.2.6.dev24}/build_standalone_windows.py +0 -0
  24. {hbat-2.2.6 → hbat-2.2.6.dev24}/conda/meta.yaml +0 -0
  25. {hbat-2.2.6 → hbat-2.2.6.dev24}/docs/Makefile +0 -0
  26. {hbat-2.2.6 → hbat-2.2.6.dev24}/docs/requirements.txt +0 -0
  27. {hbat-2.2.6 → hbat-2.2.6.dev24}/docs/source/api/ccd/ccd_analyzer.rst +0 -0
  28. {hbat-2.2.6 → hbat-2.2.6.dev24}/docs/source/api/ccd/constants_generator.rst +0 -0
  29. {hbat-2.2.6 → hbat-2.2.6.dev24}/docs/source/api/ccd/generate_ccd_constants.rst +0 -0
  30. {hbat-2.2.6 → hbat-2.2.6.dev24}/docs/source/api/ccd/index.rst +0 -0
  31. {hbat-2.2.6 → hbat-2.2.6.dev24}/docs/source/api/cli/index.rst +0 -0
  32. {hbat-2.2.6 → hbat-2.2.6.dev24}/docs/source/api/constants/app.rst +0 -0
  33. {hbat-2.2.6 → hbat-2.2.6.dev24}/docs/source/api/constants/atomic_data.rst +0 -0
  34. {hbat-2.2.6 → hbat-2.2.6.dev24}/docs/source/api/constants/index.rst +0 -0
  35. {hbat-2.2.6 → hbat-2.2.6.dev24}/docs/source/api/constants/misc.rst +0 -0
  36. {hbat-2.2.6 → hbat-2.2.6.dev24}/docs/source/api/constants/parameters.rst +0 -0
  37. {hbat-2.2.6 → hbat-2.2.6.dev24}/docs/source/api/constants/pdb_constants.rst +0 -0
  38. {hbat-2.2.6 → hbat-2.2.6.dev24}/docs/source/api/core/index.rst +0 -0
  39. {hbat-2.2.6 → hbat-2.2.6.dev24}/docs/source/api/core/interactions.rst +0 -0
  40. {hbat-2.2.6 → hbat-2.2.6.dev24}/docs/source/api/core/np_analyzer.rst +0 -0
  41. {hbat-2.2.6 → hbat-2.2.6.dev24}/docs/source/api/core/np_vector.rst +0 -0
  42. {hbat-2.2.6 → hbat-2.2.6.dev24}/docs/source/api/core/pdb_fixer.rst +0 -0
  43. {hbat-2.2.6 → hbat-2.2.6.dev24}/docs/source/api/core/pdb_parser.rst +0 -0
  44. {hbat-2.2.6 → hbat-2.2.6.dev24}/docs/source/api/core/structure.rst +0 -0
  45. {hbat-2.2.6 → hbat-2.2.6.dev24}/docs/source/api/examples/index.rst +0 -0
  46. {hbat-2.2.6 → hbat-2.2.6.dev24}/docs/source/api/gui/index.rst +0 -0
  47. {hbat-2.2.6 → hbat-2.2.6.dev24}/docs/source/api/index.rst +0 -0
  48. {hbat-2.2.6 → hbat-2.2.6.dev24}/docs/source/api/utilities/atom_utils.rst +0 -0
  49. {hbat-2.2.6 → hbat-2.2.6.dev24}/docs/source/api/utilities/index.rst +0 -0
  50. {hbat-2.2.6 → hbat-2.2.6.dev24}/docs/source/cli.rst +0 -0
  51. {hbat-2.2.6 → hbat-2.2.6.dev24}/docs/source/development.rst +0 -0
  52. {hbat-2.2.6 → hbat-2.2.6.dev24}/docs/source/installation.rst +0 -0
  53. {hbat-2.2.6 → hbat-2.2.6.dev24}/docs/source/license.rst +0 -0
  54. {hbat-2.2.6 → hbat-2.2.6.dev24}/docs/source/logic.rst +0 -0
  55. {hbat-2.2.6 → hbat-2.2.6.dev24}/docs/source/parameters.rst +0 -0
  56. {hbat-2.2.6 → hbat-2.2.6.dev24}/docs/source/pdbfixing.rst +0 -0
  57. {hbat-2.2.6 → hbat-2.2.6.dev24}/docs/source/quickstart.rst +0 -0
  58. {hbat-2.2.6 → hbat-2.2.6.dev24}/example_pdb_files/1bhl.pdb +0 -0
  59. {hbat-2.2.6 → hbat-2.2.6.dev24}/example_pdb_files/1gai.pdb +0 -0
  60. {hbat-2.2.6 → hbat-2.2.6.dev24}/example_pdb_files/1ubi.pdb +0 -0
  61. {hbat-2.2.6 → hbat-2.2.6.dev24}/example_pdb_files/2izf.pdb +0 -0
  62. {hbat-2.2.6 → hbat-2.2.6.dev24}/example_pdb_files/4jsv.pdb +0 -0
  63. {hbat-2.2.6 → hbat-2.2.6.dev24}/example_pdb_files/4laz.pdb +0 -0
  64. {hbat-2.2.6 → hbat-2.2.6.dev24}/example_pdb_files/4ub7.pdb +0 -0
  65. {hbat-2.2.6 → hbat-2.2.6.dev24}/example_pdb_files/4x21.pdb +0 -0
  66. {hbat-2.2.6 → hbat-2.2.6.dev24}/example_pdb_files/6rsa.pdb +0 -0
  67. {hbat-2.2.6 → hbat-2.2.6.dev24}/example_presets/drug_design_strict.hbat +0 -0
  68. {hbat-2.2.6 → hbat-2.2.6.dev24}/example_presets/high_resolution.hbat +0 -0
  69. {hbat-2.2.6 → hbat-2.2.6.dev24}/example_presets/low_resolution.hbat +0 -0
  70. {hbat-2.2.6 → hbat-2.2.6.dev24}/example_presets/membrane_proteins.hbat +0 -0
  71. {hbat-2.2.6 → hbat-2.2.6.dev24}/example_presets/nmr_structures.hbat +0 -0
  72. {hbat-2.2.6 → hbat-2.2.6.dev24}/example_presets/standard_resolution.hbat +0 -0
  73. {hbat-2.2.6 → hbat-2.2.6.dev24}/example_presets/strong_interactions_only.hbat +0 -0
  74. {hbat-2.2.6 → hbat-2.2.6.dev24}/example_presets/weak_interactions_permissive.hbat +0 -0
  75. {hbat-2.2.6 → hbat-2.2.6.dev24}/hbat/__init__.py +0 -0
  76. {hbat-2.2.6 → hbat-2.2.6.dev24}/hbat/ccd/__init__.py +0 -0
  77. {hbat-2.2.6 → hbat-2.2.6.dev24}/hbat/ccd/ccd_analyzer.py +0 -0
  78. {hbat-2.2.6 → hbat-2.2.6.dev24}/hbat/ccd/constants_generator.py +0 -0
  79. {hbat-2.2.6 → hbat-2.2.6.dev24}/hbat/ccd/generate_ccd_constants.py +0 -0
  80. {hbat-2.2.6 → hbat-2.2.6.dev24}/hbat/cli/__init__.py +0 -0
  81. {hbat-2.2.6 → hbat-2.2.6.dev24}/hbat/cli/main.py +0 -0
  82. {hbat-2.2.6 → hbat-2.2.6.dev24}/hbat/constants/__init__.py +0 -0
  83. {hbat-2.2.6 → hbat-2.2.6.dev24}/hbat/constants/app.py +0 -0
  84. {hbat-2.2.6 → hbat-2.2.6.dev24}/hbat/constants/atomic_data.py +0 -0
  85. {hbat-2.2.6 → hbat-2.2.6.dev24}/hbat/constants/misc.py +0 -0
  86. {hbat-2.2.6 → hbat-2.2.6.dev24}/hbat/constants/parameters.py +0 -0
  87. {hbat-2.2.6 → hbat-2.2.6.dev24}/hbat/constants/pdb_constants.py +0 -0
  88. {hbat-2.2.6 → hbat-2.2.6.dev24}/hbat/constants/residue_bonds.py +0 -0
  89. {hbat-2.2.6 → hbat-2.2.6.dev24}/hbat/core/__init__.py +0 -0
  90. {hbat-2.2.6 → hbat-2.2.6.dev24}/hbat/core/analysis.py +0 -0
  91. {hbat-2.2.6 → hbat-2.2.6.dev24}/hbat/core/analyzer.py +0 -0
  92. {hbat-2.2.6 → hbat-2.2.6.dev24}/hbat/core/app_config.py +0 -0
  93. {hbat-2.2.6 → hbat-2.2.6.dev24}/hbat/core/atom_classifier.py +0 -0
  94. {hbat-2.2.6 → hbat-2.2.6.dev24}/hbat/core/interactions.py +0 -0
  95. {hbat-2.2.6 → hbat-2.2.6.dev24}/hbat/core/np_analyzer.py +0 -0
  96. {hbat-2.2.6 → hbat-2.2.6.dev24}/hbat/core/np_vector.py +0 -0
  97. {hbat-2.2.6 → hbat-2.2.6.dev24}/hbat/core/pdb_fixer.py +0 -0
  98. {hbat-2.2.6 → hbat-2.2.6.dev24}/hbat/core/pdb_parser.py +0 -0
  99. {hbat-2.2.6 → hbat-2.2.6.dev24}/hbat/core/structure.py +0 -0
  100. {hbat-2.2.6 → hbat-2.2.6.dev24}/hbat/gui/__init__.py +0 -0
  101. {hbat-2.2.6 → hbat-2.2.6.dev24}/hbat/gui/chain_visualization.py +0 -0
  102. {hbat-2.2.6 → hbat-2.2.6.dev24}/hbat/gui/main_window.py +0 -0
  103. {hbat-2.2.6 → hbat-2.2.6.dev24}/hbat/gui/parameter_panel.py +0 -0
  104. {hbat-2.2.6 → hbat-2.2.6.dev24}/hbat/gui/results_panel.py +0 -0
  105. {hbat-2.2.6 → hbat-2.2.6.dev24}/hbat/utilities/__init__.py +0 -0
  106. {hbat-2.2.6 → hbat-2.2.6.dev24}/hbat/utilities/atom_utils.py +0 -0
  107. {hbat-2.2.6 → hbat-2.2.6.dev24}/hbat.egg-info/SOURCES.txt +0 -0
  108. {hbat-2.2.6 → hbat-2.2.6.dev24}/hbat.icns +0 -0
  109. {hbat-2.2.6 → hbat-2.2.6.dev24}/hbat.ico +0 -0
  110. {hbat-2.2.6 → hbat-2.2.6.dev24}/hbat.png +0 -0
  111. {hbat-2.2.6 → hbat-2.2.6.dev24}/hbat.svg +0 -0
  112. {hbat-2.2.6 → hbat-2.2.6.dev24}/hbat_cli.py +0 -0
  113. {hbat-2.2.6 → hbat-2.2.6.dev24}/hbat_gui.py +0 -0
  114. {hbat-2.2.6 → hbat-2.2.6.dev24}/pyproject.toml +0 -0
  115. {hbat-2.2.6 → hbat-2.2.6.dev24}/pytest.ini +0 -0
  116. {hbat-2.2.6 → hbat-2.2.6.dev24}/requirements-dev.txt +0 -0
  117. {hbat-2.2.6 → hbat-2.2.6.dev24}/setup.cfg +0 -0
  118. {hbat-2.2.6 → hbat-2.2.6.dev24}/tests/README.md +0 -0
  119. {hbat-2.2.6 → hbat-2.2.6.dev24}/tests/__init__.py +0 -0
  120. {hbat-2.2.6 → hbat-2.2.6.dev24}/tests/cli/__init__.py +0 -0
  121. {hbat-2.2.6 → hbat-2.2.6.dev24}/tests/cli/test_cli_main.py +0 -0
  122. {hbat-2.2.6 → hbat-2.2.6.dev24}/tests/conftest.py +0 -0
  123. {hbat-2.2.6 → hbat-2.2.6.dev24}/tests/e2e/__init__.py +0 -0
  124. {hbat-2.2.6 → hbat-2.2.6.dev24}/tests/e2e/test_cli_workflows.py +0 -0
  125. {hbat-2.2.6 → hbat-2.2.6.dev24}/tests/e2e/test_complete_workflows.py +0 -0
  126. {hbat-2.2.6 → hbat-2.2.6.dev24}/tests/e2e/test_gui_workflows.py +0 -0
  127. {hbat-2.2.6 → hbat-2.2.6.dev24}/tests/gui/__init__.py +0 -0
  128. {hbat-2.2.6 → hbat-2.2.6.dev24}/tests/gui/test_gui_components.py +0 -0
  129. {hbat-2.2.6 → hbat-2.2.6.dev24}/tests/integration/__init__.py +0 -0
  130. {hbat-2.2.6 → hbat-2.2.6.dev24}/tests/integration/test_analyzer_components.py +0 -0
  131. {hbat-2.2.6 → hbat-2.2.6.dev24}/tests/integration/test_cli_integration.py +0 -0
  132. {hbat-2.2.6 → hbat-2.2.6.dev24}/tests/integration/test_molecular_validation.py +0 -0
  133. {hbat-2.2.6 → hbat-2.2.6.dev24}/tests/integration/test_pdb_parsing.py +0 -0
  134. {hbat-2.2.6 → hbat-2.2.6.dev24}/tests/performance/__init__.py +0 -0
  135. {hbat-2.2.6 → hbat-2.2.6.dev24}/tests/performance/test_ccd_performance.py +0 -0
  136. {hbat-2.2.6 → hbat-2.2.6.dev24}/tests/performance/test_performance_workflows.py +0 -0
  137. {hbat-2.2.6 → hbat-2.2.6.dev24}/tests/run_tests.py +0 -0
  138. {hbat-2.2.6 → hbat-2.2.6.dev24}/tests/unit/__init__.py +0 -0
  139. {hbat-2.2.6 → hbat-2.2.6.dev24}/tests/unit/test_cli_parsing.py +0 -0
  140. {hbat-2.2.6 → hbat-2.2.6.dev24}/tests/unit/test_gui_components.py +0 -0
  141. {hbat-2.2.6 → hbat-2.2.6.dev24}/tests/unit/test_interactions.py +0 -0
  142. {hbat-2.2.6 → hbat-2.2.6.dev24}/tests/unit/test_parameters.py +0 -0
  143. {hbat-2.2.6 → hbat-2.2.6.dev24}/tests/unit/test_structures.py +0 -0
  144. {hbat-2.2.6 → hbat-2.2.6.dev24}/tests/unit/test_vector_math.py +0 -0
@@ -116,7 +116,6 @@ jobs:
116
116
  retention-days: 30
117
117
 
118
118
  - name: Publish to PyPI
119
- if: needs.generate-version.outputs.is_prerelease == 'false'
120
119
  uses: pypa/gh-action-pypi-publish@release/v1
121
120
  with:
122
121
  attestations: true
@@ -431,10 +430,10 @@ jobs:
431
430
  pip install https://github.com/${{ github.repository }}/releases/download/${{ needs.generate-version.outputs.github_tag }}/hbat-${{ needs.generate-version.outputs.version }}-py3-none-any.whl
432
431
  ```
433
432
 
434
- ${{ needs.generate-version.outputs.is_prerelease == 'false' && '**PyPI:**
433
+ **PyPI:**
435
434
  ```bash
436
- pip install hbat
437
- ```' || '' }}
435
+ pip install hbat${{ needs.generate-version.outputs.is_prerelease == 'true' && '==' || '' }}${{ needs.generate-version.outputs.is_prerelease == 'true' && needs.generate-version.outputs.version || '' }}
436
+ ```
438
437
 
439
438
  ${{ needs.generate-version.outputs.is_prerelease == 'false' && '**Conda:**
440
439
  ```bash
@@ -458,6 +457,13 @@ jobs:
458
457
  A pre-release has been created for this PR: **${tag}**
459
458
 
460
459
  ### Quick Install
460
+
461
+ **From PyPI (recommended):**
462
+ \`\`\`bash
463
+ pip install hbat==${version}
464
+ \`\`\`
465
+
466
+ **From GitHub Release:**
461
467
  \`\`\`bash
462
468
  pip install https://github.com/${{ github.repository }}/releases/download/${tag}/hbat-${version}-py3-none-any.whl
463
469
  \`\`\`
@@ -33,3 +33,9 @@
33
33
  - 1UBI.pdb and 1BHL.pdb lack hydrogen atoms. Add missing hydrogen atoms (i.e. PDB fixing) and then perform hydrogen bond analysis. Test both OpenBabel and PDB fixer for fixing missing hydrogen atoms.
34
34
 
35
35
  6. Store all debugging and experimental scripts and utilities in `experiments` folder
36
+
37
+ 7. When asked, output planning details into `plan` folder in markdown files. For every feature first plan and then implement. During plan phase, create a new `feature-XYZ` folder under `plan`. Create 3 files (1) `requirements.md`: includes detailed requirements for the feature and acceptance criteria (which can be used for writing tests), (2) `design.md` contains detailed design for the feature including any mermaid and or plantUML diagrams, and (3) `tasks.md` implementation plan for test first development.
38
+
39
+ 9. We will follow test-first development i.e. write tests before the actual code that implements the functionality they verify.
40
+
41
+ 10. Always use existing constants from `constants` package and avoid directly hard coding in the code. If you need new constants define them and import.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hbat
3
- Version: 2.2.6
3
+ Version: 2.2.6.dev24
4
4
  Summary: Hydrogen Bond Analysis Tool for PDB structures
5
5
  Author-email: Abhishek Tiwari <hbat@abhishek-tiwari.com>
6
6
  License-Expression: MIT
@@ -89,11 +89,14 @@ A Python package to automate the analysis of potential hydrogen bonds and simila
89
89
  ![SourceForge Downloads](https://img.shields.io/sourceforge/dt/hbat?label=SourceForge%20Downloads)
90
90
  ![PyPI Downloads](https://img.shields.io/pypi/dm/hbat?label=PyPI%20Downloads)
91
91
  [![codecov](https://codecov.io/gh/abhishektiwari/hbat/graph/badge.svg?token=QSKYLB3M1V)](https://codecov.io/gh/abhishektiwari/hbat)
92
+ [![Cited By](https://img.shields.io/badge/dynamic/regex?url=https%3A%2F%2Fscholar.google.com%2Fcitations%3Fview_op%3Dview_citation%26hl%3Den%26user%3DMb7eYKYAAAAJ%26citation_for_view%3DMb7eYKYAAAAJ%3Au-x6o8ySG0sC&search=Cited%20by%20(%5Cd%2B)&replace=%241&style=plastic&logo=googlescholar&label=Cited%20By&cacheSeconds=86400)](https://scholar.google.com/citations?view_op=view_citation&hl=en&user=Mb7eYKYAAAAJ&citation_for_view=Mb7eYKYAAAAJ:u-x6o8ySG0sC)
93
+
92
94
 
93
95
  ## Background
94
96
 
95
97
  HBAT v2 is a modern Python re-implementation of the original Perl-based tool developed by [Abhishek Tiwari](https://www.abhishek-tiwari.com) and Sunil Kumar Panigrahi.
96
98
 
99
+
97
100
  ## Features
98
101
 
99
102
  - **Comprehensive Analysis**: Detect and analyze potential hydrogen bonds, halogen bonds, and X-H...π interactions
@@ -17,11 +17,14 @@ A Python package to automate the analysis of potential hydrogen bonds and simila
17
17
  ![SourceForge Downloads](https://img.shields.io/sourceforge/dt/hbat?label=SourceForge%20Downloads)
18
18
  ![PyPI Downloads](https://img.shields.io/pypi/dm/hbat?label=PyPI%20Downloads)
19
19
  [![codecov](https://codecov.io/gh/abhishektiwari/hbat/graph/badge.svg?token=QSKYLB3M1V)](https://codecov.io/gh/abhishektiwari/hbat)
20
+ [![Cited By](https://img.shields.io/badge/dynamic/regex?url=https%3A%2F%2Fscholar.google.com%2Fcitations%3Fview_op%3Dview_citation%26hl%3Den%26user%3DMb7eYKYAAAAJ%26citation_for_view%3DMb7eYKYAAAAJ%3Au-x6o8ySG0sC&search=Cited%20by%20(%5Cd%2B)&replace=%241&style=plastic&logo=googlescholar&label=Cited%20By&cacheSeconds=86400)](https://scholar.google.com/citations?view_op=view_citation&hl=en&user=Mb7eYKYAAAAJ&citation_for_view=Mb7eYKYAAAAJ:u-x6o8ySG0sC)
21
+
20
22
 
21
23
  ## Background
22
24
 
23
25
  HBAT v2 is a modern Python re-implementation of the original Perl-based tool developed by [Abhishek Tiwari](https://www.abhishek-tiwari.com) and Sunil Kumar Panigrahi.
24
26
 
27
+
25
28
  ## Features
26
29
 
27
30
  - **Comprehensive Analysis**: Detect and analyze potential hydrogen bonds, halogen bonds, and X-H...π interactions
@@ -0,0 +1,4 @@
1
+ /* Custom styles for HBAT documentation */
2
+ a.image-reference {
3
+ text-decoration: none;
4
+ }
@@ -0,0 +1 @@
1
+ /* Light Theme Override for HBAT Documentation */
@@ -65,9 +65,9 @@ html_theme = 'sphinx_book_theme'
65
65
  html_static_path = ['_static']
66
66
 
67
67
  # Custom CSS files
68
- # html_css_files = [
69
- # 'custom.css',
70
- # ]
68
+ html_css_files = [
69
+ 'custom.css',
70
+ ]
71
71
 
72
72
  # -- Extension configuration -------------------------------------------------
73
73
 
@@ -3,9 +3,11 @@ HBAT Documentation
3
3
 
4
4
  .. image:: https://img.shields.io/github/v/release/abhishektiwari/hbat
5
5
  :alt: GitHub Release
6
+ :target: https://github.com/abhishektiwari/hbat/releases
6
7
 
7
8
  .. image:: https://img.shields.io/github/actions/workflow/status/abhishektiwari/hbat/test.yml?label=tests
8
9
  :alt: GitHub Actions Test Workflow Status
10
+ :target: https://github.com/abhishektiwari/hbat/actions/workflows/test.yml
9
11
 
10
12
  .. pypi-shield::
11
13
  :project: hbat
@@ -36,19 +38,33 @@ HBAT Documentation
36
38
 
37
39
  .. image:: https://img.shields.io/github/downloads/abhishektiwari/hbat/total?label=GitHub%20Downloads
38
40
  :alt: GitHub Downloads (all assets, all releases)
41
+ :target: https://github.com/abhishektiwari/hbat/releases
39
42
 
40
43
  .. image:: https://img.shields.io/sourceforge/dt/hbat?label=SourceForge%20Downloads
41
44
  :alt: SourceForge Downloads
45
+ :target: https://sourceforge.net/projects/hbat/files/
42
46
 
43
47
  .. image:: https://img.shields.io/pypi/dm/hbat?label=PyPI%20Downloads
44
48
  :alt: PyPI Downloads
49
+ :target: https://pypi.org/project/hbat/
45
50
 
46
51
  .. image:: https://codecov.io/gh/abhishektiwari/hbat/graph/badge.svg?token=QSKYLB3M1V
47
52
  :alt: Codecov Coverage
53
+ :target: https://codecov.io/gh/abhishektiwari/hbat
54
+
55
+ .. image:: https://img.shields.io/badge/dynamic/regex?url=https%3A%2F%2Fscholar.google.com%2Fcitations%3Fview_op%3Dview_citation%26hl%3Den%26user%3DMb7eYKYAAAAJ%26citation_for_view%3DMb7eYKYAAAAJ%3Au-x6o8ySG0sC&search=Cited%20by%20(%5Cd%2B)&replace=%241&style=plastic&logo=googlescholar&label=Cited%20By&cacheSeconds=86400
56
+ :alt: Cited by Google Scholar
57
+ :target: https://scholar.google.com/citations?view_op=view_citation&hl=en&user=Mb7eYKYAAAAJ&citation_for_view=Mb7eYKYAAAAJ:u-x6o8ySG0sC
58
+
48
59
 
49
60
 
50
61
  Welcome to HBAT (Hydrogen Bond Analysis Tool) documentation!
51
62
 
63
+
64
+ .. raw:: html
65
+
66
+ <span class="__dimensions_badge_embed__" data-doi="10.3233/isi-2007-00337" data-legend="always" data-style="small_circle"></span><script async src="https://badge.dimensions.ai/badge.js" charset="utf-8"></script>
67
+
52
68
  A Python package to automate the analysis of potential hydrogen bonds and similar type of weak interactions like halogen bonds and non-canonical interactions in macromolecular structures, available in Brookhaven Protein Database (PDB) file format. HBAT uses a geometric approach to identify potential hydrogen bonds by analyzing distance and angular criteria between donor-hydrogen-acceptor triplets.
53
69
 
54
70
  .. toctree::
@@ -117,6 +133,27 @@ Features
117
133
  - **GUI Interface**: User-friendly graphical interface for interactive analysis
118
134
  - **Command Line Tool**: Scriptable CLI for batch processing and automation
119
135
 
136
+
137
+ Cite HBAT
138
+ ---------
139
+
140
+ .. code-block:: bash
141
+
142
+ @article{tiwari2023hbat,
143
+ title={HBAT: A Python Package for Automated Hydrogen Bond Analysis in Macromolecular Structures},
144
+ author={Tiwari, Abhishek and others},
145
+ journal={Journal of Open Research Software},
146
+ volume={11},
147
+ number={1},
148
+ pages={1-8},
149
+ year={2023},
150
+ publisher={Ubiquity Press}
151
+ }
152
+
153
+ .. code-block:: bash
154
+
155
+ Tiwari, A., & Panigrahi, S. K. (2007). HBAT: A Complete Package for Analysing Strong and Weak Hydrogen Bonds in Macromolecular Crystal Structures. In Silico Biology, 7(6). https://doi.org/10.3233/ISI-2007-00337
156
+
120
157
  Indices and tables
121
158
  ==================
122
159
 
@@ -17,5 +17,5 @@ __version__: str
17
17
  __version_tuple__: VERSION_TUPLE
18
18
  version_tuple: VERSION_TUPLE
19
19
 
20
- __version__ = version = '2.2.6'
21
- __version_tuple__ = version_tuple = (2, 2, 6)
20
+ __version__ = version = '2.2.6.dev24'
21
+ __version_tuple__ = version_tuple = (2, 2, 6, 'dev24')
@@ -6,6 +6,10 @@ pdbreader>=0.1.0
6
6
 
7
7
  # Numerical computing
8
8
  numpy>=1.20.0
9
+ scipy >=1.14.0
10
+
11
+ # Parsing library for selection language
12
+ pyparsing>=3.0.0
9
13
 
10
14
  # Optional visualization (GUI features)
11
15
  networkx>=2.5.0
@@ -1,78 +0,0 @@
1
- /* Custom HBAT Documentation Styling */
2
-
3
- /* Sidebar customization */
4
- .wy-nav-side {
5
- background: #2c3e50 !important; /* Main sidebar background */
6
- }
7
-
8
- /* Sidebar header */
9
- .wy-side-nav-search {
10
- background-color: #34495e !important; /* Search area background */
11
- }
12
-
13
- /* Sidebar navigation links */
14
- .wy-menu-vertical a {
15
- color: #ecf0f1 !important; /* Link text color */
16
- }
17
-
18
- .wy-menu-vertical a:hover {
19
- background-color: #3498db !important; /* Hover background */
20
- color: #ffffff !important;
21
- }
22
-
23
- /* Current page highlighting */
24
- .wy-menu-vertical li.current a {
25
- background-color: #e74c3c !important; /* Current page background */
26
- color: #ffffff !important;
27
- }
28
-
29
- .wy-menu-vertical li.current > a {
30
- background-color: #c0392b !important; /* Current section background */
31
- }
32
-
33
- /* Nested navigation items */
34
- .wy-menu-vertical li.toctree-l2 a {
35
- color: #bdc3c7 !important; /* Sub-item text color */
36
- }
37
-
38
- .wy-menu-vertical li.toctree-l2.current a {
39
- background-color: #e67e22 !important; /* Current sub-item */
40
- }
41
-
42
- /* Search box styling */
43
- .wy-side-nav-search input[type=text] {
44
- background-color: #ecf0f1 !important;
45
- border: 1px solid #bdc3c7 !important;
46
- color: #2c3e50 !important;
47
- }
48
-
49
- /* Logo area */
50
- .wy-side-nav-search > a {
51
- color: #ecf0f1 !important;
52
- font-weight: bold;
53
- }
54
-
55
- /* Scrollbar customization for webkit browsers */
56
- .wy-nav-side::-webkit-scrollbar {
57
- width: 8px;
58
- }
59
-
60
- .wy-nav-side::-webkit-scrollbar-track {
61
- background: #34495e;
62
- }
63
-
64
- .wy-nav-side::-webkit-scrollbar-thumb {
65
- background: #3498db;
66
- border-radius: 4px;
67
- }
68
-
69
- .wy-nav-side::-webkit-scrollbar-thumb:hover {
70
- background: #2980b9;
71
- }
72
-
73
- /* Mobile responsive adjustments */
74
- @media screen and (max-width: 768px) {
75
- .wy-nav-side {
76
- background: #2c3e50 !important;
77
- }
78
- }
@@ -1,39 +0,0 @@
1
- /* Light Theme Alternative for HBAT Documentation */
2
-
3
- /* Sidebar customization - Light theme */
4
- .wy-nav-side {
5
- background: #f8f9fa !important; /* Light gray sidebar */
6
- border-right: 2px solid #e9ecef !important;
7
- }
8
-
9
- /* Sidebar header */
10
- .wy-side-nav-search {
11
- background-color: #ffffff !important; /* White search area */
12
- border-bottom: 1px solid #dee2e6 !important;
13
- }
14
-
15
- /* Sidebar navigation links */
16
- .wy-menu-vertical a {
17
- color: #495057 !important; /* Dark gray text */
18
- }
19
-
20
- .wy-menu-vertical a:hover {
21
- background-color: #e3f2fd !important; /* Light blue hover */
22
- color: #1976d2 !important;
23
- }
24
-
25
- /* Current page highlighting */
26
- .wy-menu-vertical li.current a {
27
- background-color: #2196f3 !important; /* Blue current page */
28
- color: #ffffff !important;
29
- }
30
-
31
- .wy-menu-vertical li.current > a {
32
- background-color: #1976d2 !important; /* Darker blue current section */
33
- }
34
-
35
- /* Logo area */
36
- .wy-side-nav-search > a {
37
- color: #212529 !important;
38
- font-weight: bold;
39
- }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes