Skip to content

Commit

Permalink
Update test datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Jan 13, 2025
1 parent fab2aa0 commit ca73b1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/stripepy/cli/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
def _get_datasets(max_size: float, include_private: bool) -> Dict[str, Dict[str, str]]:
assert not math.isnan(max_size)

record_id = "14616548"
record_id = "14638947"

datasets = {
"4DNFI3RFZLZ5": {
Expand Down Expand Up @@ -60,15 +60,15 @@ def _get_datasets(max_size: float, include_private: bool) -> Dict[str, Dict[str,
private_datasets = {
"__results_v1": {
"url": f"https://zenodo.org/records/{record_id}/files/results_4DNFI9GMP2J8_v1.hdf5?download=1",
"md5": "172872e8de9f35909f87ff33c185a07b",
"md5": "8f4566c438b2b8a449393fb3b8fc2636",
"filename": "results_4DNFI9GMP2J8_v1.hdf5",
"assembly": "hg38",
"format": "stripepy",
"size_mb": 8.76,
},
"__results_v2": {
"url": f"https://zenodo.org/records/{record_id}/files/results_4DNFI9GMP2J8_v2.hdf5?download=1",
"md5": "b40e5f929e79cb4a4d3453a59c5a0947",
"md5": "5679919b4a2eaaca685db5bd0db59c80",
"filename": "results_4DNFI9GMP2J8_v2.hdf5",
"assembly": "hg38",
"format": "stripepy",
Expand Down

0 comments on commit ca73b1c

Please sign in to comment.