Skip to content

Commit

Permalink
Updated zenodo link
Browse files Browse the repository at this point in the history
  • Loading branch information
nilseling committed Jun 2, 2023
1 parent d0eaecd commit 6ec9a1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/download_examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"# Ilastik project\n",
"ilastik_project = Path(\"..\") / \"IMCWorkflow.ilp\"\n",
"if not ilastik_project.exists():\n",
" request.urlretrieve(\"https://zenodo.org/record/6449127/files/IMCWorkflow.ilp\", ilastik_project)\n",
" request.urlretrieve(\"https://zenodo.org/record/7997296/files/IMCWorkflow.ilp\", ilastik_project)\n",
" \n",
"# Sample metadata\n",
"sample_metadata = Path(\"..\") / \"sample_metadata.csv\"\n",
Expand Down
2 changes: 1 addition & 1 deletion scripts/download_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# Ilastik project
ilastik_project = Path("..") / "IMCWorkflow.ilp"
if not ilastik_project.exists():
request.urlretrieve("https://zenodo.org/record/6449127/files/IMCWorkflow.ilp", ilastik_project)
request.urlretrieve("https://zenodo.org/record/7997296/files/IMCWorkflow.ilp", ilastik_project)

# Sample metadata
sample_metadata = Path("..") / "sample_metadata.csv"
Expand Down

0 comments on commit 6ec9a1a

Please sign in to comment.