Skip to content

Commit

Permalink
Merge f4fe988 into fb9f098
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-l-kong committed Mar 24, 2022
2 parents fb9f098 + f4fe988 commit dd89594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates_ark/example_pixel_clustering.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@
" )\n",
"else:\n",
" chan_file = os.path.join(\n",
" fovs[0], img_sub_folder, io_utils.list_files(os.path.join(tiff_dir, img_sub_folder, fovs[0]), substrs=['.tif', '.tiff'])[0]\n",
" fovs[0], img_sub_folder, io_utils.list_files(os.path.join(tiff_dir, fovs[0], img_sub_folder), substrs=['.tif', '.tiff'])[0]\n",
" )\n",
"\n",
"# generate the pixel cluster masks for each fov in pixel_fovs\n",
Expand Down

0 comments on commit dd89594

Please sign in to comment.