biobb-io 4.2.0__py3-none-any.whl → 5.0.1__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.
- biobb_io/__init__.py +3 -1
- biobb_io/api/__init__.py +31 -1
- biobb_io/api/alphafold.py +53 -22
- biobb_io/api/api_binding_site.py +59 -23
- biobb_io/api/canonical_fasta.py +55 -23
- biobb_io/api/common.py +177 -114
- biobb_io/api/ideal_sdf.py +53 -23
- biobb_io/api/ligand.py +53 -23
- biobb_io/api/memprotmd_sim.py +53 -22
- biobb_io/api/memprotmd_sim_list.py +44 -18
- biobb_io/api/memprotmd_sim_search.py +48 -21
- biobb_io/api/mmcif.py +53 -23
- biobb_io/api/pdb.py +57 -25
- biobb_io/api/pdb_cluster_zip.py +70 -32
- biobb_io/api/pdb_variants.py +108 -40
- biobb_io/api/structure_info.py +54 -22
- biobb_io/py.typed +0 -0
- {biobb_io-4.2.0.dist-info → biobb_io-5.0.1.dist-info}/METADATA +15 -16
- biobb_io-5.0.1.dist-info/RECORD +24 -0
- {biobb_io-4.2.0.dist-info → biobb_io-5.0.1.dist-info}/WHEEL +1 -1
- {biobb_io-4.2.0.dist-info → biobb_io-5.0.1.dist-info}/entry_points.txt +0 -1
- biobb_io/api/drugbank.py +0 -121
- biobb_io-4.2.0.dist-info/RECORD +0 -24
- {biobb_io-4.2.0.dist-info → biobb_io-5.0.1.dist-info}/LICENSE +0 -0
- {biobb_io-4.2.0.dist-info → biobb_io-5.0.1.dist-info}/top_level.txt +0 -0
biobb_io-4.2.0.dist-info/RECORD
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
biobb_io/__init__.py,sha256=v_3RWCfkq-jiX5D34gUZbzVIxmDlYwyoMSXFhEVVl3Y,58
|
|
2
|
-
biobb_io/api/__init__.py,sha256=5jF02xLDXfTBDU2Pie2NTOwoB71lEv-Dikt1WK9s72Y,243
|
|
3
|
-
biobb_io/api/alphafold.py,sha256=qSnJHUjbgd6p0tTszbl4fNPLKjOOGrrV4-KxCWoS8CE,5082
|
|
4
|
-
biobb_io/api/api_binding_site.py,sha256=wOT2S6FspS7hVh8e8t4tfwI6vcEDxU-lhbWyUKOwQxY,5527
|
|
5
|
-
biobb_io/api/canonical_fasta.py,sha256=rMaomcSY91b3BlwyphQp6kFNpDhKcc4EF81mLny59WM,5474
|
|
6
|
-
biobb_io/api/common.py,sha256=7tcV25MpeUaeC-4Ll07YXTVI3_RukmQ4qFUJN2Qt3Xc,13075
|
|
7
|
-
biobb_io/api/drugbank.py,sha256=adxIVX7BH734zoEv_Y9OYKKzrPWatniXP7Xhk8vMGk0,4942
|
|
8
|
-
biobb_io/api/ideal_sdf.py,sha256=KmoNT9_J4Ilubn0iejOgcs-ST6d0DsCeNeg8z8ca94s,5282
|
|
9
|
-
biobb_io/api/ligand.py,sha256=HTO9bCxPQ3bhwBKzRR1eDxh1SrjRqIUIrLIYl8pLgVI,5332
|
|
10
|
-
biobb_io/api/memprotmd_sim.py,sha256=3fsUCsmetD2gj0NQQ6tMXe5UOQFDlgf_BmjksfnPRLc,4856
|
|
11
|
-
biobb_io/api/memprotmd_sim_list.py,sha256=vecN645pMVLjM7WhHjcJqadzbXWHrA37tKsORclkLfo,4821
|
|
12
|
-
biobb_io/api/memprotmd_sim_search.py,sha256=zWv5ubqcJ765CCUVUFro48XPepzfS5iKR9qIJdSaJfw,7179
|
|
13
|
-
biobb_io/api/mmcif.py,sha256=XnCrYB94r6TtR4K5kPQiNhpdliWyU_rQunCPXbfxFJI,5366
|
|
14
|
-
biobb_io/api/pdb.py,sha256=9qAhep1m-xy50n04EiQxgJn01WHJBlKazLyp06keroY,5674
|
|
15
|
-
biobb_io/api/pdb_cluster_zip.py,sha256=gV3QubG9Vqz9TxunLPTB5TwFGHgaKzMNa8kkPqs6G4c,7345
|
|
16
|
-
biobb_io/api/pdb_variants.py,sha256=kmV_BvXFNTY-REFgZJj2vXmbOjv9RvbrzPXvJb7WJSc,6948
|
|
17
|
-
biobb_io/api/structure_info.py,sha256=_hPSOfBhQZ1cCA1LovitsI4wVMw_lskXHhcsyZTW3V8,5190
|
|
18
|
-
biobb_io/test/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
19
|
-
biobb_io-4.2.0.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
|
20
|
-
biobb_io-4.2.0.dist-info/METADATA,sha256=RF5keYBiN7zU528eZHac-KHGoPgw7r_fLZtoYSapDhQ,6761
|
|
21
|
-
biobb_io-4.2.0.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
|
22
|
-
biobb_io-4.2.0.dist-info/entry_points.txt,sha256=oksijOyG3dbONd1oOcNd5VDcGaHufkIk11ubPka8fJg,652
|
|
23
|
-
biobb_io-4.2.0.dist-info/top_level.txt,sha256=1VPldlX2AnFaqODGFJK10WN8AOQuulpX88bLSaQdoS8,9
|
|
24
|
-
biobb_io-4.2.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|