Skip to content

Commit a9a9317

Browse files
Update Zenodo version
1 parent c97068c commit a9a9317

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![Documentation badge](https://img.shields.io/badge/docs-latest-brightgreen.svg)](https://ppiref.readthedocs.io/en/latest/?badge=latest)
66
[![arXiv badge](https://img.shields.io/badge/arXiv-2310.18515-b31b1b.svg)](https://arxiv.org/abs/2310.18515)
7-
[![Zenodo badge](https://zenodo.org/badge/DOI/10.5281/zenodo.13208732.svg)](https://doi.org/10.5281/zenodo.13208732)
7+
[![Zenodo badge](https://zenodo.org/badge/DOI/10.5281/zenodo.14845086.svg)](https://doi.org/10.5281/zenodo.14845086)
88
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
99
[![Python package](https://github.com/anton-bushuiev/PPIRef/actions/workflows/python-package.yml/badge.svg)](https://github.com/anton-bushuiev/PPIRef/actions/workflows/python-package.yml)
1010
![Python Versions](https://img.shields.io/badge/Python-3.9%20%7C%203.10%20%7C%203.11-green.svg)

docs/ppiref_dataset.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"cell_type": "markdown",
3636
"metadata": {},
3737
"source": [
38-
"The PPIRef dataset is available on [Zenodo](https://zenodo.org/records/13208732). We recommended downloading it and putting under `PPIRef/ppiref/data/ppiref`. This can be done automatically by running the following command to download all 6A interfaces in .pdb files (see the \"Installation\" section on how to install the ppiref package):"
38+
"The PPIRef dataset is available on [Zenodo](https://zenodo.org/records/14845086). We recommended downloading it and putting under `PPIRef/ppiref/data/ppiref`. This can be done automatically by running the following command to download all 6A interfaces in .pdb files (see the \"Installation\" section on how to install the ppiref package):"
3939
]
4040
},
4141
{
@@ -188,7 +188,7 @@
188188
"name": "python",
189189
"nbconvert_exporter": "python",
190190
"pygments_lexer": "ipython3",
191-
"version": "3.9.16"
191+
"version": "undefined.undefined.undefined"
192192
},
193193
"orig_nbformat": 4
194194
},

ppiref/utils/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def get_partition(lst: list, beg: float, end: float):
4141

4242
def download_from_zenodo(
4343
file: str,
44-
project_url: str = 'https://zenodo.org/records/13208732/files/',
44+
project_url: str = 'https://zenodo.org/records/14845086/files/',
4545
destination_folder: Union[Path, str] = None
4646
) -> None:
4747
"""

0 commit comments

Comments
 (0)