Skip to content

Commit

Permalink
pointing mantis readme link correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
srivarra committed Aug 4, 2022
1 parent c7d313b commit 6d1b7d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions templates_ark/example_cell_clustering.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@
"source": [
"### 3.6 Save Images a Mantis Viewer Project\n",
"\n",
"Mantis Viewer is a visualization tool for multi-dimensional pathology imaging. Learn more about Mantis Viewer in the [README](../README.md#mantis-viewer)."
"Mantis Viewer is a visualization tool for multi-dimensional imaging in pathology. Learn more about Mantis Viewer in the [README](../README.md#mantis-viewer)."
]
},
{
Expand All @@ -690,7 +690,7 @@
"outputs": [],
"source": [
"plot_utils.create_mantis_project(\n",
" fovs=cell_fovs\n",
" fovs=cell_fovs,\n",
" mantis_project_path=os.path.join(base_dir, cell_output_dir, 'mantis'),\n",
" img_data_path=segmentation_dir,\n",
" mask_output_dir=os.path.join(base_dir, cell_output_dir),\n",
Expand Down
2 changes: 1 addition & 1 deletion templates_ark/example_pixel_clustering.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@
"source": [
"#### 4.1 Save Images a Mantis Project\n",
"\n",
"Mantis Viewer is a visualization tool for multi-dimensional pathology imaging. Learn more about Mantis Viewer in the [README](../README.md#mantis-viewer)."
"Mantis Viewer is a visualization tool for multi-dimensional imaging in pathology. Learn more about Mantis Viewer in the [README](../README.md#mantis-viewer)."
]
},
{
Expand Down

0 comments on commit 6d1b7d5

Please sign in to comment.