Skip to content

Commit

Permalink
Merge 0c3f0f6 into f25f809
Browse files Browse the repository at this point in the history
  • Loading branch information
srivarra committed Nov 15, 2022
2 parents f25f809 + 0c3f0f6 commit 00f850e
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 20 deletions.
10 changes: 6 additions & 4 deletions templates/1_Segment_Image_Data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@
"\n",
"Here we are using the example data located in `/data/example_dataset/input_data`. To modify this notebook to run using your own data, simply change the `base_dir` to point to your own sub-directory within the data folder, rather than `'example_dataset'`. \n",
"\n",
"If you would like to test the features in Ark with an example dataset, run the cell below. It will download a dataset consisting of 11 FOVs with 22 channels. You may find more information about the example dataset in the [README](../README.md#example-dataset)."
"If you would like to test the features in Ark with an example dataset, run the cell below. It will download a dataset consisting of 11 FOVs with 22 channels. You may find more information about the example dataset in the [README](../README.md#example-dataset).\n",
"\n",
"* `overwrite_existing`: If set to `False`, it will not overwrite existing data in the `data/example_dataset`. Recommended setting it to `True` for Notebook 1, so it will always download the example_dataset data."
]
},
{
Expand Down Expand Up @@ -381,7 +383,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "Python 3.8.15 64-bit ('ark38')",
"language": "python",
"name": "python3"
},
Expand All @@ -395,11 +397,11 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.13"
"version": "3.8.15"
},
"vscode": {
"interpreter": {
"hash": "b4883fe62ab0956c6f629c0d5453344976a44af1f953254d3dc7063b257762f9"
"hash": "31e90e2a7155cbaa93471c58eaf30b3c41423e5d17fccea222aec5e482389189"
}
}
},
Expand Down
10 changes: 6 additions & 4 deletions templates/2_Cluster_Pixels.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@
"\n",
"Here we are using the example data located in `/data/example_dataset/input_data`. To modify this notebook to run using your own data, simply change the `base_dir` to point to your own sub-directory within the data folder, rather than `'example_dataset'`. \n",
"\n",
"If you would like to test the features in Ark with an example dataset, run the cell below. It will download a dataset consisting of 11 FOVs with 22 channels. You may find more information about the example dataset in the [README](../README.md#example-dataset)."
"If you would like to test the features in Ark with an example dataset, run the cell below. It will download a dataset consisting of 11 FOVs with 22 channels. You may find more information about the example dataset in the [README](../README.md#example-dataset).\n",
"\n",
"* `overwrite_existing`: If set to `False`, it will not overwrite existing data in the `data/example_dataset`. Recommended setting to `False` if you are running Notebooks 1,2,3 and 4 in succession. Set to `True` if you are just running Notebook 2."
]
},
{
Expand Down Expand Up @@ -892,7 +894,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "Python 3.8.15 64-bit ('ark38')",
"language": "python",
"name": "python3"
},
Expand All @@ -906,14 +908,14 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.13"
"version": "3.8.15"
},
"toc-autonumbering": false,
"toc-showcode": true,
"toc-showmarkdowntxt": true,
"vscode": {
"interpreter": {
"hash": "b4883fe62ab0956c6f629c0d5453344976a44af1f953254d3dc7063b257762f9"
"hash": "31e90e2a7155cbaa93471c58eaf30b3c41423e5d17fccea222aec5e482389189"
}
}
},
Expand Down
10 changes: 6 additions & 4 deletions templates/3_Cluster_Cells.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,9 @@
"\n",
"Here we are using the example data located in `/data/example_dataset/input_data`. To modify this notebook to run using your own data, simply change the `base_dir` to point to your own sub-directory within the data folder, rather than `'example_dataset'`. \n",
"\n",
"If you would like to test the features in Ark with an example dataset, run the cell below. It will download a dataset consisting of 11 FOVs with 22 channels. You may find more information about the example dataset in the [README](../README.md#example-dataset)."
"If you would like to test the features in Ark with an example dataset, run the cell below. It will download a dataset consisting of 11 FOVs with 22 channels. You may find more information about the example dataset in the [README](../README.md#example-dataset).\n",
"\n",
"* `overwrite_existing`: If set to `False`, it will not overwrite existing data in the `data/example_dataset`. Recommended setting to `False` if you are running Notebooks 1,2,3 and 4 in succession. Set to `True` if you are just running Notebook 3."
]
},
{
Expand Down Expand Up @@ -736,7 +738,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "Python 3.8.15 64-bit ('ark38')",
"language": "python",
"name": "python3"
},
Expand All @@ -750,11 +752,11 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.13"
"version": "3.8.15"
},
"vscode": {
"interpreter": {
"hash": "b4883fe62ab0956c6f629c0d5453344976a44af1f953254d3dc7063b257762f9"
"hash": "31e90e2a7155cbaa93471c58eaf30b3c41423e5d17fccea222aec5e482389189"
}
}
},
Expand Down
10 changes: 6 additions & 4 deletions templates/4_Post_Clustering.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@
"\n",
"Here we are using the example data located in `/data/example_dataset/input_data`. To modify this notebook to run using your own data, simply change the `base_dir` to point to your own sub-directory within the data folder, rather than `'example_dataset'`. \n",
"\n",
"If you would like to test the features in Ark with an example dataset, run the cell below. It will download a dataset consisting of 11 FOVs with 22 channels. You may find more information about the example dataset in the [README](../README.md#example-dataset)."
"If you would like to test the features in Ark with an example dataset, run the cell below. It will download a dataset consisting of 11 FOVs with 22 channels. You may find more information about the example dataset in the [README](../README.md#example-dataset).\n",
"\n",
"* `overwrite_existing`: If set to `False`, it will not overwrite existing data in the `data/example_dataset`. Recommended setting to `False` if you are running Notebooks 1,2,3 and 4 in succession. Set to `True` if you are just running Notebook 4."
]
},
{
Expand Down Expand Up @@ -463,7 +465,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "Python 3.8.15 64-bit ('ark38')",
"language": "python",
"name": "python3"
},
Expand All @@ -477,11 +479,11 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.13"
"version": "3.8.15"
},
"vscode": {
"interpreter": {
"hash": "b4883fe62ab0956c6f629c0d5453344976a44af1f953254d3dc7063b257762f9"
"hash": "31e90e2a7155cbaa93471c58eaf30b3c41423e5d17fccea222aec5e482389189"
}
}
},
Expand Down
13 changes: 9 additions & 4 deletions templates/example_fiber_segmentation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,12 @@
"metadata": {},
"source": [
"### Download the Example Dataset\n",
"If you would like to test the features in Ark with an example dataset, run the cell below. It will download a dataset consisting of 11 FOVs with 22 channels."
"\n",
"Here we are using the example data located in `/data/example_dataset/input_data`. To modify this notebook to run using your own data, simply change the `base_dir` to point to your own sub-directory within the data folder, rather than `'example_dataset'`. \n",
"\n",
"If you would like to test the features in Ark with an example dataset, run the cell below. It will download a dataset consisting of 11 FOVs with 22 channels. You may find more information about the example dataset in the [README](../README.md#example-dataset).\n",
"\n",
"* `overwrite_existing`: If set to `False`, it will not overwrite existing data in the `data/example_dataset`. Recommended setting to `False` if you have the results of the other notebooks. Set to `True` if you are just running the Example Fiber Segmentation Notebook."
]
},
{
Expand Down Expand Up @@ -203,7 +208,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3.8.13 64-bit ('ark38')",
"display_name": "Python 3.8.15 64-bit ('ark38')",
"language": "python",
"name": "python3"
},
Expand All @@ -217,11 +222,11 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.13"
"version": "3.8.15"
},
"vscode": {
"interpreter": {
"hash": "ab25b043018e3a06417dff8d408120c9fbb7417983f28ba5273defb95aab9191"
"hash": "31e90e2a7155cbaa93471c58eaf30b3c41423e5d17fccea222aec5e482389189"
}
}
},
Expand Down

0 comments on commit 00f850e

Please sign in to comment.