hbat 2.2.6.dev24__tar.gz → 2.2.7.dev25__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 (142) hide show
  1. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/PKG-INFO +11 -4
  2. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/README.md +10 -3
  3. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/docs/source/index.rst +10 -2
  4. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/docs/source/installation.rst +3 -1
  5. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/hbat/_version.py +2 -2
  6. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/.github/workflows/cleanup-prereleases.yml +0 -0
  7. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/.github/workflows/release.yml +0 -0
  8. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/.github/workflows/test.yml +0 -0
  9. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/CITATION.cff +0 -0
  10. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/CLAUDE.md +0 -0
  11. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/CODE_OF_CONDUCT.md +0 -0
  12. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/CONTRIBUTING.md +0 -0
  13. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/LICENSE +0 -0
  14. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/MANIFEST.in +0 -0
  15. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/Makefile +0 -0
  16. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/build_standalone.py +0 -0
  17. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/build_standalone_linux.py +0 -0
  18. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/build_standalone_windows.py +0 -0
  19. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/conda/meta.yaml +0 -0
  20. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/docs/Makefile +0 -0
  21. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/docs/requirements.txt +0 -0
  22. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/docs/source/_static/custom.css +0 -0
  23. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/docs/source/_static/light-theme.css +0 -0
  24. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/docs/source/api/ccd/ccd_analyzer.rst +0 -0
  25. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/docs/source/api/ccd/constants_generator.rst +0 -0
  26. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/docs/source/api/ccd/generate_ccd_constants.rst +0 -0
  27. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/docs/source/api/ccd/index.rst +0 -0
  28. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/docs/source/api/cli/index.rst +0 -0
  29. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/docs/source/api/constants/app.rst +0 -0
  30. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/docs/source/api/constants/atomic_data.rst +0 -0
  31. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/docs/source/api/constants/index.rst +0 -0
  32. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/docs/source/api/constants/misc.rst +0 -0
  33. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/docs/source/api/constants/parameters.rst +0 -0
  34. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/docs/source/api/constants/pdb_constants.rst +0 -0
  35. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/docs/source/api/core/index.rst +0 -0
  36. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/docs/source/api/core/interactions.rst +0 -0
  37. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/docs/source/api/core/np_analyzer.rst +0 -0
  38. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/docs/source/api/core/np_vector.rst +0 -0
  39. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/docs/source/api/core/pdb_fixer.rst +0 -0
  40. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/docs/source/api/core/pdb_parser.rst +0 -0
  41. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/docs/source/api/core/structure.rst +0 -0
  42. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/docs/source/api/examples/index.rst +0 -0
  43. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/docs/source/api/gui/index.rst +0 -0
  44. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/docs/source/api/index.rst +0 -0
  45. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/docs/source/api/utilities/atom_utils.rst +0 -0
  46. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/docs/source/api/utilities/index.rst +0 -0
  47. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/docs/source/cli.rst +0 -0
  48. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/docs/source/conf.py +0 -0
  49. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/docs/source/development.rst +0 -0
  50. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/docs/source/license.rst +0 -0
  51. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/docs/source/logic.rst +0 -0
  52. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/docs/source/parameters.rst +0 -0
  53. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/docs/source/pdbfixing.rst +0 -0
  54. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/docs/source/quickstart.rst +0 -0
  55. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/example_pdb_files/1bhl.pdb +0 -0
  56. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/example_pdb_files/1gai.pdb +0 -0
  57. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/example_pdb_files/1ubi.pdb +0 -0
  58. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/example_pdb_files/2izf.pdb +0 -0
  59. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/example_pdb_files/4jsv.pdb +0 -0
  60. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/example_pdb_files/4laz.pdb +0 -0
  61. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/example_pdb_files/4ub7.pdb +0 -0
  62. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/example_pdb_files/4x21.pdb +0 -0
  63. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/example_pdb_files/6rsa.pdb +0 -0
  64. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/example_presets/drug_design_strict.hbat +0 -0
  65. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/example_presets/high_resolution.hbat +0 -0
  66. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/example_presets/low_resolution.hbat +0 -0
  67. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/example_presets/membrane_proteins.hbat +0 -0
  68. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/example_presets/nmr_structures.hbat +0 -0
  69. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/example_presets/standard_resolution.hbat +0 -0
  70. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/example_presets/strong_interactions_only.hbat +0 -0
  71. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/example_presets/weak_interactions_permissive.hbat +0 -0
  72. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/hbat/__init__.py +0 -0
  73. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/hbat/ccd/__init__.py +0 -0
  74. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/hbat/ccd/ccd_analyzer.py +0 -0
  75. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/hbat/ccd/constants_generator.py +0 -0
  76. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/hbat/ccd/generate_ccd_constants.py +0 -0
  77. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/hbat/cli/__init__.py +0 -0
  78. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/hbat/cli/main.py +0 -0
  79. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/hbat/constants/__init__.py +0 -0
  80. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/hbat/constants/app.py +0 -0
  81. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/hbat/constants/atomic_data.py +0 -0
  82. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/hbat/constants/misc.py +0 -0
  83. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/hbat/constants/parameters.py +0 -0
  84. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/hbat/constants/pdb_constants.py +0 -0
  85. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/hbat/constants/residue_bonds.py +0 -0
  86. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/hbat/core/__init__.py +0 -0
  87. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/hbat/core/analysis.py +0 -0
  88. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/hbat/core/analyzer.py +0 -0
  89. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/hbat/core/app_config.py +0 -0
  90. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/hbat/core/atom_classifier.py +0 -0
  91. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/hbat/core/interactions.py +0 -0
  92. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/hbat/core/np_analyzer.py +0 -0
  93. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/hbat/core/np_vector.py +0 -0
  94. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/hbat/core/pdb_fixer.py +0 -0
  95. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/hbat/core/pdb_parser.py +0 -0
  96. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/hbat/core/structure.py +0 -0
  97. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/hbat/gui/__init__.py +0 -0
  98. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/hbat/gui/chain_visualization.py +0 -0
  99. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/hbat/gui/main_window.py +0 -0
  100. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/hbat/gui/parameter_panel.py +0 -0
  101. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/hbat/gui/results_panel.py +0 -0
  102. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/hbat/utilities/__init__.py +0 -0
  103. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/hbat/utilities/atom_utils.py +0 -0
  104. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/hbat.egg-info/SOURCES.txt +0 -0
  105. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/hbat.icns +0 -0
  106. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/hbat.ico +0 -0
  107. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/hbat.png +0 -0
  108. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/hbat.svg +0 -0
  109. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/hbat_cli.py +0 -0
  110. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/hbat_gui.py +0 -0
  111. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/pyproject.toml +0 -0
  112. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/pytest.ini +0 -0
  113. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/requirements-dev.txt +0 -0
  114. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/requirements.txt +0 -0
  115. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/setup.cfg +0 -0
  116. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/tests/README.md +0 -0
  117. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/tests/__init__.py +0 -0
  118. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/tests/cli/__init__.py +0 -0
  119. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/tests/cli/test_cli_main.py +0 -0
  120. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/tests/conftest.py +0 -0
  121. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/tests/e2e/__init__.py +0 -0
  122. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/tests/e2e/test_cli_workflows.py +0 -0
  123. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/tests/e2e/test_complete_workflows.py +0 -0
  124. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/tests/e2e/test_gui_workflows.py +0 -0
  125. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/tests/gui/__init__.py +0 -0
  126. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/tests/gui/test_gui_components.py +0 -0
  127. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/tests/integration/__init__.py +0 -0
  128. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/tests/integration/test_analyzer_components.py +0 -0
  129. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/tests/integration/test_cli_integration.py +0 -0
  130. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/tests/integration/test_molecular_validation.py +0 -0
  131. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/tests/integration/test_pdb_parsing.py +0 -0
  132. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/tests/performance/__init__.py +0 -0
  133. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/tests/performance/test_ccd_performance.py +0 -0
  134. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/tests/performance/test_performance_workflows.py +0 -0
  135. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/tests/run_tests.py +0 -0
  136. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/tests/unit/__init__.py +0 -0
  137. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/tests/unit/test_cli_parsing.py +0 -0
  138. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/tests/unit/test_gui_components.py +0 -0
  139. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/tests/unit/test_interactions.py +0 -0
  140. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/tests/unit/test_parameters.py +0 -0
  141. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/tests/unit/test_structures.py +0 -0
  142. {hbat-2.2.6.dev24 → hbat-2.2.7.dev25}/tests/unit/test_vector_math.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hbat
3
- Version: 2.2.6.dev24
3
+ Version: 2.2.7.dev25
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
@@ -87,10 +87,11 @@ A Python package to automate the analysis of potential hydrogen bonds and simila
87
87
  ![License](https://img.shields.io/github/license/abhishektiwari/hbat)
88
88
  ![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/abhishektiwari/hbat/total?label=GitHub%20Downloads)
89
89
  ![SourceForge Downloads](https://img.shields.io/sourceforge/dt/hbat?label=SourceForge%20Downloads)
90
- ![PyPI Downloads](https://img.shields.io/pypi/dm/hbat?label=PyPI%20Downloads)
90
+ ![PyPI Downloads](https://img.shields.io/pepy/dt/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
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
-
93
+ [![Socket](https://socket.dev/api/badge/pypi/package/hbat/2.2.6?artifact_id=tar-gz#1753326341848)](https://socket.dev/pypi/package/hbat/overview/2.2.6/tar-gz)
94
+ [![CodeFactor](https://www.codefactor.io/repository/github/abhishektiwari/hbat/badge/main)](https://www.codefactor.io/repository/github/abhishektiwari/hbat/overview/main)
94
95
 
95
96
  ## Background
96
97
 
@@ -127,7 +128,13 @@ pip install hbat
127
128
 
128
129
  Run HBAT Command-Line Interface (CLI) using `hbat` or launch HBAT GUI using `hbat-gui`.
129
130
 
130
- **Recommended**: For [fixing missing Hydrogen Atoms](https://hbat.abhishek-tiwari.com/pdbfixing), install PDBFixer (preferred over OpenBabel).
131
+ **Recommended:** For [fixing missing Hydrogen Atoms](https://hbat.abhishek-tiwari.com/pdbfixing), using PDBFixer (preferred over OpenBabel).
132
+
133
+ ```bash
134
+ pip install git+https://github.com/abhishektiwari/hbat.git
135
+ ```
136
+
137
+ If you installed HBAT from PyPI, you can also install PDBFixer using,
131
138
 
132
139
  ```bash
133
140
  pip install git+https://github.com/openmm/pdbfixer.git
@@ -15,10 +15,11 @@ A Python package to automate the analysis of potential hydrogen bonds and simila
15
15
  ![License](https://img.shields.io/github/license/abhishektiwari/hbat)
16
16
  ![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/abhishektiwari/hbat/total?label=GitHub%20Downloads)
17
17
  ![SourceForge Downloads](https://img.shields.io/sourceforge/dt/hbat?label=SourceForge%20Downloads)
18
- ![PyPI Downloads](https://img.shields.io/pypi/dm/hbat?label=PyPI%20Downloads)
18
+ ![PyPI Downloads](https://img.shields.io/pepy/dt/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
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
-
21
+ [![Socket](https://socket.dev/api/badge/pypi/package/hbat/2.2.6?artifact_id=tar-gz#1753326341848)](https://socket.dev/pypi/package/hbat/overview/2.2.6/tar-gz)
22
+ [![CodeFactor](https://www.codefactor.io/repository/github/abhishektiwari/hbat/badge/main)](https://www.codefactor.io/repository/github/abhishektiwari/hbat/overview/main)
22
23
 
23
24
  ## Background
24
25
 
@@ -55,7 +56,13 @@ pip install hbat
55
56
 
56
57
  Run HBAT Command-Line Interface (CLI) using `hbat` or launch HBAT GUI using `hbat-gui`.
57
58
 
58
- **Recommended**: For [fixing missing Hydrogen Atoms](https://hbat.abhishek-tiwari.com/pdbfixing), install PDBFixer (preferred over OpenBabel).
59
+ **Recommended:** For [fixing missing Hydrogen Atoms](https://hbat.abhishek-tiwari.com/pdbfixing), using PDBFixer (preferred over OpenBabel).
60
+
61
+ ```bash
62
+ pip install git+https://github.com/abhishektiwari/hbat.git
63
+ ```
64
+
65
+ If you installed HBAT from PyPI, you can also install PDBFixer using,
59
66
 
60
67
  ```bash
61
68
  pip install git+https://github.com/openmm/pdbfixer.git
@@ -44,7 +44,7 @@ HBAT Documentation
44
44
  :alt: SourceForge Downloads
45
45
  :target: https://sourceforge.net/projects/hbat/files/
46
46
 
47
- .. image:: https://img.shields.io/pypi/dm/hbat?label=PyPI%20Downloads
47
+ .. image:: https://img.shields.io/pepy/dt/hbat?label=PyPI%20Downloads
48
48
  :alt: PyPI Downloads
49
49
  :target: https://pypi.org/project/hbat/
50
50
 
@@ -56,7 +56,13 @@ HBAT Documentation
56
56
  :alt: Cited by Google Scholar
57
57
  :target: https://scholar.google.com/citations?view_op=view_citation&hl=en&user=Mb7eYKYAAAAJ&citation_for_view=Mb7eYKYAAAAJ:u-x6o8ySG0sC
58
58
 
59
+ .. image:: https://socket.dev/api/badge/pypi/package/hbat/2.2.6?artifact_id=tar-gz#1753326341848
60
+ :alt: Socket
61
+ :target: https://socket.dev/pypi/package/hbat/overview/2.2.6/tar-gz
59
62
 
63
+ .. image:: https://www.codefactor.io/repository/github/abhishektiwari/hbat/badge/main
64
+ :target: https://www.codefactor.io/repository/github/abhishektiwari/hbat/overview/main
65
+ :alt: CodeFactor
60
66
 
61
67
  Welcome to HBAT (Hydrogen Bond Analysis Tool) documentation!
62
68
 
@@ -96,7 +102,9 @@ Install HBAT
96
102
 
97
103
  pip install hbat
98
104
 
99
- **Recommended**: For fixing missing Hydrogen Atoms, install PDBFixer (preferred over OpenBabel). See :doc:`pdbfixing` for details.
105
+ Run HBAT Command-Line Interface (CLI) using :code:`hbat` or launch HBAT GUI using :code:`hbat-gui`.
106
+
107
+ **Recommended:** For fixing missing Hydrogen Atoms, using PDBFixer (preferred over OpenBabel). See :doc:`pdbfixing` for details.
100
108
 
101
109
  .. code-block:: bash
102
110
 
@@ -24,10 +24,12 @@ From PyPI
24
24
  pip install hbat
25
25
 
26
26
 
27
+ Run HBAT Command-Line Interface (CLI) using :code:`hbat` or launch HBAT GUI using :code:`hbat-gui`.
28
+
27
29
  From Github
28
30
  ~~~~~~~~~~~
29
31
 
30
- **Recommended** for fixing missing Hydrogen Atoms using PDBFixer (preferred over OpenBabel). See :doc:`pdbfixing` for details.
32
+ **Recommended:** For fixing missing Hydrogen Atoms, using PDBFixer (preferred over OpenBabel). See :doc:`pdbfixing` for details.
31
33
 
32
34
 
33
35
  .. code-block:: bash
@@ -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.dev24'
21
- __version_tuple__ = version_tuple = (2, 2, 6, 'dev24')
20
+ __version__ = version = '2.2.7.dev25'
21
+ __version_tuple__ = version_tuple = (2, 2, 7, 'dev25')
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