Skip to content

Commit

Permalink
Obtain datasets from v0.1.0 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lmanan committed Apr 17, 2021
1 parent 1c19cd8 commit 8439a78
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/2d/bbbc010-2012/01-data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
],
"source": [
"extract_data(\n",
" zip_url = 'https://github.com/juglab/EmbedSeg/releases/download/v1.0.0_tag/bbbc010-2012.zip',\n",
" zip_url = 'https://github.com/juglab/EmbedSeg/releases/download/v0.1.0_tag/bbbc010-2012.zip',\n",
" data_dir = data_dir,\n",
" project_name = project_name,\n",
")"
Expand Down
2 changes: 1 addition & 1 deletion examples/2d/dsb-2018/01-data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
],
"source": [
"extract_data(\n",
" zip_url = 'https://github.com/juglab/EmbedSeg/releases/download/v1.0.0_tag/dsb-2018.zip',\n",
" zip_url = 'https://github.com/juglab/EmbedSeg/releases/download/v0.1.0_tag/dsb-2018.zip',\n",
" data_dir = data_dir,\n",
" project_name = project_name,\n",
")"
Expand Down
2 changes: 1 addition & 1 deletion examples/2d/usiigaci-2017/01-data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
],
"source": [
"extract_data(\n",
" zip_url = 'https://github.com/juglab/EmbedSeg/releases/download/v1.0.0_tag/usiigaci-2017.zip',\n",
" zip_url = 'https://github.com/juglab/EmbedSeg/releases/download/v0.1.0_tag/usiigaci-2017.zip',\n",
" data_dir = data_dir,\n",
" project_name = project_name,\n",
")"
Expand Down
2 changes: 1 addition & 1 deletion examples/3d/Mouse-Organoid-Cells-CBG/01-data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
],
"source": [
"extract_data(\n",
" zip_url = 'https://github.com/juglab/EmbedSeg/releases/download/v1.0.0_tag/Mouse-Organoid-Cells-CBG.zip',\n",
" zip_url = 'https://github.com/juglab/EmbedSeg/releases/download/v0.1.0_tag/Mouse-Organoid-Cells-CBG.zip',\n",
" data_dir = data_dir,\n",
" project_name = project_name,\n",
")"
Expand Down
2 changes: 1 addition & 1 deletion examples/3d/Platynereis-Nuclei-CBG/01-data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
],
"source": [
"extract_data(\n",
" zip_url = 'https://github.com/juglab/EmbedSeg/releases/download/v1.0.0_tag/Platynereis-Nuclei-CBG.zip',\n",
" zip_url = 'https://github.com/juglab/EmbedSeg/releases/download/v0.1.0_tag/Platynereis-Nuclei-CBG.zip',\n",
" data_dir = data_dir,\n",
" project_name = project_name,\n",
")"
Expand Down

0 comments on commit 8439a78

Please sign in to comment.