sharpdock 2.0.0__py3-none-any.whl → 2.1.0__py3-none-any.whl

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.
sharpdock/__init__.py CHANGED
@@ -1,2 +1,2 @@
1
- __version__ = "2.0.0"
1
+ __version__ = "2.1.0"
2
2
  from .main import main
sharpdock/main.py CHANGED
@@ -85,7 +85,7 @@ def main():
85
85
  formatter_class=formatter
86
86
  )
87
87
 
88
- parser.add_argument("-v", "--version", action="version", version="sharpdock 1.0.0")
88
+ parser.add_argument("-v", "--version", action="version", version="sharpdock 2.1.0")
89
89
  parser.add_argument("-r", "--receptor", required=True, help="Path to receptor PDB file")
90
90
  parser.add_argument("-s", "--sites", required=True, help="Active sites (e.g., 'A:101 102; B:70')")
91
91
  parser.add_argument("-l", "--ligands", default="ligands", help="Folder with ligands in .sdf format")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sharpdock
3
- Version: 2.0.0
3
+ Version: 2.1.0
4
4
  Summary: Automated focused molecular docking pipeline for Autodock Vina
5
5
  Author: alpha-horizon
6
6
  Requires-Python: >=3.7
@@ -0,0 +1,8 @@
1
+ sharpdock/__init__.py,sha256=k_NbiOB7EFwa5E-neosfDwltqn487D8IdK3XaWfYLq4,45
2
+ sharpdock/main.py,sha256=rwiPnWhR6k8LD0VaGDd2LWN5AloxvkIOCJYtLGe8PEc,10008
3
+ sharpdock-2.1.0.dist-info/licenses/LICENCE,sha256=g2i5njDeeyhislJ5tD5wlc3TLzukLmzxC7Z6sy5sLyk,1071
4
+ sharpdock-2.1.0.dist-info/METADATA,sha256=T-JC8Ivj5d9yxbzgA2OhbuHmhmH0DmIoRXkG-tL6w5I,3308
5
+ sharpdock-2.1.0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
6
+ sharpdock-2.1.0.dist-info/entry_points.txt,sha256=X2nQpVbNCpGp442r5rnklFOChB7-txNhPtws30rhgr8,50
7
+ sharpdock-2.1.0.dist-info/top_level.txt,sha256=pgak3KuZWSs6n1jG0120R_CMc9mt5qv4CSdPofGPSEo,10
8
+ sharpdock-2.1.0.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- sharpdock/__init__.py,sha256=wI1PAOu7oSRWBxlVwLNFbsLA7lp8jv8C5-0K1rNbOWs,45
2
- sharpdock/main.py,sha256=j8-F7dw8mzuWEGKfLzT7W4jYIJKc-Sg3vu_JHk_wzY8,10008
3
- sharpdock-2.0.0.dist-info/licenses/LICENCE,sha256=g2i5njDeeyhislJ5tD5wlc3TLzukLmzxC7Z6sy5sLyk,1071
4
- sharpdock-2.0.0.dist-info/METADATA,sha256=8FZrz9Uwy4lDb78rEWJsen5MFvYv436dm7sBMhKc8xI,3308
5
- sharpdock-2.0.0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
6
- sharpdock-2.0.0.dist-info/entry_points.txt,sha256=X2nQpVbNCpGp442r5rnklFOChB7-txNhPtws30rhgr8,50
7
- sharpdock-2.0.0.dist-info/top_level.txt,sha256=pgak3KuZWSs6n1jG0120R_CMc9mt5qv4CSdPofGPSEo,10
8
- sharpdock-2.0.0.dist-info/RECORD,,