biobb-io 4.1.1__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 CHANGED
@@ -1,3 +1,3 @@
1
1
  name = "biobb_io"
2
2
  __all__ = ["api"]
3
- __version__ = "4.1.1"
3
+ __version__ = "4.2.0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: biobb-io
3
- Version: 4.1.1
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
@@ -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 ==4.1.0
21
+ Requires-Dist: biobb-common ==4.2.0
22
22
 
23
23
  [![](https://img.shields.io/github/v/tag/bioexcel/biobb_io?label=Version)](https://GitHub.com/bioexcel/biobb_io/tags/)
24
24
  [![](https://img.shields.io/pypi/v/biobb-io.svg?label=Pypi)](https://pypi.python.org/pypi/biobb-io/)
25
25
  [![](https://img.shields.io/conda/vn/bioconda/biobb_io?label=Conda)](https://anaconda.org/bioconda/biobb_io)
26
26
  [![](https://img.shields.io/conda/dn/bioconda/biobb_io?label=Conda%20Downloads)](https://anaconda.org/bioconda/biobb_io)
27
27
  [![](https://img.shields.io/badge/Docker-Quay.io-blue)](https://quay.io/repository/biocontainers/biobb_io?tab=tags)
28
- [![](https://img.shields.io/badge/Singularity-GalaxyProject-blue)](https://depot.galaxyproject.org/singularity/biobb_io:4.1.1--pyhdfd78af_0)
28
+ [![](https://img.shields.io/badge/Singularity-GalaxyProject-blue)](https://depot.galaxyproject.org/singularity/biobb_io:4.2.0--pyhdfd78af_0)
29
29
 
30
30
  [![](https://img.shields.io/badge/OS-Unix%20%7C%20MacOS-blue)](https://github.com/bioexcel/biobb_io)
31
31
  [![](https://img.shields.io/pypi/pyversions/biobb-io.svg?label=Python%20Versions)](https://pypi.org/project/biobb-io/)
@@ -63,7 +63,7 @@ The latest documentation of this package can be found in our readthedocs site:
63
63
  [latest API documentation](http://biobb-io.readthedocs.io/en/latest/).
64
64
 
65
65
  ### Version
66
- v4.1.1 2024.1
66
+ v4.2.0 2024.1
67
67
 
68
68
  ### Installation
69
69
  Using PIP:
@@ -72,7 +72,7 @@ Using PIP:
72
72
 
73
73
  * Installation:
74
74
 
75
- pip install "biobb_io==4.1.1"
75
+ pip install "biobb_io==4.2.0"
76
76
 
77
77
  * Usage: [Python API documentation](https://biobb-io.readthedocs.io/en/latest/modules.html)
78
78
 
@@ -80,7 +80,7 @@ Using ANACONDA:
80
80
  * Installation:
81
81
 
82
82
 
83
- conda install -c bioconda "biobb_io==4.1.1"
83
+ conda install -c bioconda "biobb_io==4.2.0"
84
84
 
85
85
 
86
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)
@@ -89,12 +89,12 @@ Using DOCKER:
89
89
  * Installation:
90
90
 
91
91
 
92
- docker pull quay.io/biocontainers/biobb_io:4.1.1--pyhdfd78af_0
92
+ docker pull quay.io/biocontainers/biobb_io:4.2.0--pyhdfd78af_0
93
93
 
94
94
  * Usage:
95
95
 
96
96
 
97
- docker run quay.io/biocontainers/biobb_io:4.1.1--pyhdfd78af_0 <command>
97
+ docker run quay.io/biocontainers/biobb_io:4.2.0--pyhdfd78af_0 <command>
98
98
 
99
99
 
100
100
  The command list and specification can be found at the [Command Line documentation](https://biobb-io.readthedocs.io/en/latest/command_line.html).
@@ -106,7 +106,7 @@ Using SINGULARITY:
106
106
  * Installation:
107
107
 
108
108
 
109
- singularity pull --name biobb_io.sif https://depot.galaxyproject.org/singularity/biobb_io:4.1.1--pyhdfd78af_0
109
+ singularity pull --name biobb_io.sif https://depot.galaxyproject.org/singularity/biobb_io:4.2.0--pyhdfd78af_0
110
110
 
111
111
 
112
112
  * Usage:
@@ -1,4 +1,4 @@
1
- biobb_io/__init__.py,sha256=YnMm0jECNA47bXcB-AlNLM-l2fiyr6W7UGjVK7c2440,58
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
@@ -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.1.1.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
20
- biobb_io-4.1.1.dist-info/METADATA,sha256=bAUWN7WcPlq8sJFOYTcXHSdzwri0bBKbNFtJ7qoI77g,6761
21
- biobb_io-4.1.1.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
22
- biobb_io-4.1.1.dist-info/entry_points.txt,sha256=oksijOyG3dbONd1oOcNd5VDcGaHufkIk11ubPka8fJg,652
23
- biobb_io-4.1.1.dist-info/top_level.txt,sha256=1VPldlX2AnFaqODGFJK10WN8AOQuulpX88bLSaQdoS8,9
24
- biobb_io-4.1.1.dist-info/RECORD,,
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,,