biobb-io 4.1.0__py3-none-any.whl → 4.2.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.
- biobb_io/__init__.py +1 -1
- biobb_io/api/common.py +3 -3
- {biobb_io-4.1.0.dist-info → biobb_io-4.2.0.dist-info}/METADATA +20 -13
- {biobb_io-4.1.0.dist-info → biobb_io-4.2.0.dist-info}/RECORD +8 -8
- {biobb_io-4.1.0.dist-info → biobb_io-4.2.0.dist-info}/WHEEL +1 -1
- {biobb_io-4.1.0.dist-info → biobb_io-4.2.0.dist-info}/LICENSE +0 -0
- {biobb_io-4.1.0.dist-info → biobb_io-4.2.0.dist-info}/entry_points.txt +0 -0
- {biobb_io-4.1.0.dist-info → biobb_io-4.2.0.dist-info}/top_level.txt +0 -0
biobb_io/__init__.py
CHANGED
biobb_io/api/common.py
CHANGED
|
@@ -100,7 +100,7 @@ def download_ligand(ligand_code, api_id, out_log=None, global_log=None):
|
|
|
100
100
|
url = "http://mmb.irbbarcelona.org/api/pdbMonomer/" + ligand_code.lower()
|
|
101
101
|
text = requests.get(url, verify=False).content.decode('utf-8')
|
|
102
102
|
elif api_id == 'pdbe':
|
|
103
|
-
url = "
|
|
103
|
+
url = "https://www.ebi.ac.uk/pdbe/static/files/pdbechem_v2/" + ligand_code.upper() + "_ideal.pdb"
|
|
104
104
|
text = urllib.request.urlopen(url).read().decode('utf-8')
|
|
105
105
|
|
|
106
106
|
fu.log("Downloading %s from: %s" % (ligand_code, url), out_log, global_log)
|
|
@@ -166,10 +166,10 @@ def download_ideal_sdf(ligand_code, api_id, out_log=None, global_log=None):
|
|
|
166
166
|
"""
|
|
167
167
|
|
|
168
168
|
if api_id == 'pdb':
|
|
169
|
-
url = "https://files.rcsb.org/ligands/
|
|
169
|
+
url = "https://files.rcsb.org/ligands/download/" + ligand_code.upper() + "_ideal.sdf"
|
|
170
170
|
text = requests.get(url, verify=False).content.decode('utf-8')
|
|
171
171
|
elif api_id == 'pdbe':
|
|
172
|
-
url = "
|
|
172
|
+
url = "https://www.ebi.ac.uk/pdbe/static/files/pdbechem_v2/" + ligand_code.upper() + "_ideal.sdf"
|
|
173
173
|
text = urllib.request.urlopen(url).read().decode('utf-8')
|
|
174
174
|
|
|
175
175
|
fu.log("Downloading %s from: %s" % (ligand_code, url), out_log, global_log)
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: biobb-io
|
|
3
|
-
Version: 4.
|
|
3
|
+
Version: 4.2.0
|
|
4
4
|
Summary: Biobb_io is the Biobb module collection to fetch data to be consumed by the rest of the Biobb building blocks.
|
|
5
5
|
Home-page: https://github.com/bioexcel/biobb_io
|
|
6
6
|
Author: Biobb developers
|
|
7
7
|
Author-email: pau.andrio@bsc.es
|
|
8
|
-
Project-URL: Documentation, http://
|
|
8
|
+
Project-URL: Documentation, http://biobb-io.readthedocs.io/en/latest/
|
|
9
9
|
Project-URL: Bioexcel, https://bioexcel.eu/
|
|
10
10
|
Keywords: Bioinformatics Workflows BioExcel Compatibility
|
|
11
11
|
Classifier: Development Status :: 3 - Alpha
|
|
@@ -18,14 +18,14 @@ Classifier: Operating System :: POSIX
|
|
|
18
18
|
Requires-Python: >=3.8
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
20
20
|
License-File: LICENSE
|
|
21
|
-
Requires-Dist: biobb-common
|
|
21
|
+
Requires-Dist: biobb-common ==4.2.0
|
|
22
22
|
|
|
23
23
|
[](https://GitHub.com/bioexcel/biobb_io/tags/)
|
|
24
24
|
[](https://pypi.python.org/pypi/biobb-io/)
|
|
25
25
|
[](https://anaconda.org/bioconda/biobb_io)
|
|
26
26
|
[](https://anaconda.org/bioconda/biobb_io)
|
|
27
27
|
[](https://quay.io/repository/biocontainers/biobb_io?tab=tags)
|
|
28
|
-
[](https://depot.galaxyproject.org/singularity/biobb_io:4.
|
|
28
|
+
[](https://depot.galaxyproject.org/singularity/biobb_io:4.2.0--pyhdfd78af_0)
|
|
29
29
|
|
|
30
30
|
[](https://github.com/bioexcel/biobb_io)
|
|
31
31
|
[](https://pypi.org/project/biobb-io/)
|
|
@@ -44,6 +44,13 @@ Requires-Dist: biobb-common (==4.1.0)
|
|
|
44
44
|
[](https://github.com/bioexcel/biobb_io/commits/master)
|
|
45
45
|
[](https://GitHub.com/bioexcel/biobb_io/issues/)
|
|
46
46
|
|
|
47
|
+
[](https://fair-software.eu)
|
|
48
|
+
[](https://www.bestpractices.dev/projects/8847)
|
|
49
|
+
|
|
50
|
+
[](https://bestpractices.coreinfrastructure.org/projects/8847/badge)
|
|
51
|
+
|
|
52
|
+
[//]: # (The previous line invisible link is for compatibility with the howfairis script https://github.com/fair-software/howfairis-github-action/tree/main wich uses the old bestpractices URL)
|
|
53
|
+
|
|
47
54
|
# biobb_io
|
|
48
55
|
|
|
49
56
|
### Introduction
|
|
@@ -53,10 +60,10 @@ Biobb (BioExcel building blocks) packages are Python building blocks that
|
|
|
53
60
|
create new layer of compatibility and interoperability over popular
|
|
54
61
|
bioinformatics tools.
|
|
55
62
|
The latest documentation of this package can be found in our readthedocs site:
|
|
56
|
-
[latest API documentation](http://
|
|
63
|
+
[latest API documentation](http://biobb-io.readthedocs.io/en/latest/).
|
|
57
64
|
|
|
58
65
|
### Version
|
|
59
|
-
v4.
|
|
66
|
+
v4.2.0 2024.1
|
|
60
67
|
|
|
61
68
|
### Installation
|
|
62
69
|
Using PIP:
|
|
@@ -65,7 +72,7 @@ Using PIP:
|
|
|
65
72
|
|
|
66
73
|
* Installation:
|
|
67
74
|
|
|
68
|
-
pip install "biobb_io==4.
|
|
75
|
+
pip install "biobb_io==4.2.0"
|
|
69
76
|
|
|
70
77
|
* Usage: [Python API documentation](https://biobb-io.readthedocs.io/en/latest/modules.html)
|
|
71
78
|
|
|
@@ -73,7 +80,7 @@ Using ANACONDA:
|
|
|
73
80
|
* Installation:
|
|
74
81
|
|
|
75
82
|
|
|
76
|
-
conda install -c bioconda "biobb_io==4.
|
|
83
|
+
conda install -c bioconda "biobb_io==4.2.0"
|
|
77
84
|
|
|
78
85
|
|
|
79
86
|
* Usage: With conda installation BioBBs can be used with the [Python API documentation](https://biobb-io.readthedocs.io/en/latest/modules.html) and the [Command Line documentation](https://biobb-io.readthedocs.io/en/latest/command_line.html)
|
|
@@ -82,12 +89,12 @@ Using DOCKER:
|
|
|
82
89
|
* Installation:
|
|
83
90
|
|
|
84
91
|
|
|
85
|
-
docker pull quay.io/biocontainers/biobb_io:4.
|
|
92
|
+
docker pull quay.io/biocontainers/biobb_io:4.2.0--pyhdfd78af_0
|
|
86
93
|
|
|
87
94
|
* Usage:
|
|
88
95
|
|
|
89
96
|
|
|
90
|
-
docker run quay.io/biocontainers/biobb_io:4.
|
|
97
|
+
docker run quay.io/biocontainers/biobb_io:4.2.0--pyhdfd78af_0 <command>
|
|
91
98
|
|
|
92
99
|
|
|
93
100
|
The command list and specification can be found at the [Command Line documentation](https://biobb-io.readthedocs.io/en/latest/command_line.html).
|
|
@@ -99,7 +106,7 @@ Using SINGULARITY:
|
|
|
99
106
|
* Installation:
|
|
100
107
|
|
|
101
108
|
|
|
102
|
-
singularity pull --name biobb_io.sif https://depot.galaxyproject.org/singularity/biobb_io:4.
|
|
109
|
+
singularity pull --name biobb_io.sif https://depot.galaxyproject.org/singularity/biobb_io:4.2.0--pyhdfd78af_0
|
|
103
110
|
|
|
104
111
|
|
|
105
112
|
* Usage:
|
|
@@ -114,8 +121,8 @@ The command list and specification can be found at the [Command Line documentati
|
|
|
114
121
|
### Copyright & Licensing
|
|
115
122
|
This software has been developed in the [MMB group](http://mmb.irbbarcelona.org) at the [BSC](http://www.bsc.es/) & [IRB](https://www.irbbarcelona.org/) for the [European BioExcel](http://bioexcel.eu/), funded by the European Commission (EU H2020 [823830](http://cordis.europa.eu/projects/823830), EU H2020 [675728](http://cordis.europa.eu/projects/675728)).
|
|
116
123
|
|
|
117
|
-
* (c) 2015-
|
|
118
|
-
* (c) 2015-
|
|
124
|
+
* (c) 2015-2024 [Barcelona Supercomputing Center](https://www.bsc.es/)
|
|
125
|
+
* (c) 2015-2024 [Institute for Research in Biomedicine](https://www.irbbarcelona.org/)
|
|
119
126
|
|
|
120
127
|
Licensed under the
|
|
121
128
|
[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0), see the file LICENSE for details.
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
biobb_io/__init__.py,sha256=
|
|
1
|
+
biobb_io/__init__.py,sha256=v_3RWCfkq-jiX5D34gUZbzVIxmDlYwyoMSXFhEVVl3Y,58
|
|
2
2
|
biobb_io/api/__init__.py,sha256=5jF02xLDXfTBDU2Pie2NTOwoB71lEv-Dikt1WK9s72Y,243
|
|
3
3
|
biobb_io/api/alphafold.py,sha256=qSnJHUjbgd6p0tTszbl4fNPLKjOOGrrV4-KxCWoS8CE,5082
|
|
4
4
|
biobb_io/api/api_binding_site.py,sha256=wOT2S6FspS7hVh8e8t4tfwI6vcEDxU-lhbWyUKOwQxY,5527
|
|
5
5
|
biobb_io/api/canonical_fasta.py,sha256=rMaomcSY91b3BlwyphQp6kFNpDhKcc4EF81mLny59WM,5474
|
|
6
|
-
biobb_io/api/common.py,sha256=
|
|
6
|
+
biobb_io/api/common.py,sha256=7tcV25MpeUaeC-4Ll07YXTVI3_RukmQ4qFUJN2Qt3Xc,13075
|
|
7
7
|
biobb_io/api/drugbank.py,sha256=adxIVX7BH734zoEv_Y9OYKKzrPWatniXP7Xhk8vMGk0,4942
|
|
8
8
|
biobb_io/api/ideal_sdf.py,sha256=KmoNT9_J4Ilubn0iejOgcs-ST6d0DsCeNeg8z8ca94s,5282
|
|
9
9
|
biobb_io/api/ligand.py,sha256=HTO9bCxPQ3bhwBKzRR1eDxh1SrjRqIUIrLIYl8pLgVI,5332
|
|
@@ -16,9 +16,9 @@ biobb_io/api/pdb_cluster_zip.py,sha256=gV3QubG9Vqz9TxunLPTB5TwFGHgaKzMNa8kkPqs6G
|
|
|
16
16
|
biobb_io/api/pdb_variants.py,sha256=kmV_BvXFNTY-REFgZJj2vXmbOjv9RvbrzPXvJb7WJSc,6948
|
|
17
17
|
biobb_io/api/structure_info.py,sha256=_hPSOfBhQZ1cCA1LovitsI4wVMw_lskXHhcsyZTW3V8,5190
|
|
18
18
|
biobb_io/test/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
19
|
-
biobb_io-4.
|
|
20
|
-
biobb_io-4.
|
|
21
|
-
biobb_io-4.
|
|
22
|
-
biobb_io-4.
|
|
23
|
-
biobb_io-4.
|
|
24
|
-
biobb_io-4.
|
|
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
|
|
File without changes
|