Skip to content

Commit

Permalink
change directory back to correct name
Browse files Browse the repository at this point in the history
  • Loading branch information
ngreenwald committed Oct 16, 2020
1 parent 55d7df3 commit adc836e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Segment_Image_Data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"# set up file paths\n",
"base_dir = \"../data/example_dataset\"\n",
"input_dir = os.path.join(base_dir, \"input_data\")\n",
"tiff_dir = os.path.join(input_dir, \"mibitiff_inputs/\")\n",
"tiff_dir = os.path.join(input_dir, \"single_channel_inputs/\")\n",
"deepcell_input_dir = os.path.join(input_dir, \"deepcell_input/\")\n",
"deepcell_output_dir = os.path.join(base_dir, 'deepcell_output')\n",
"single_cell_dir = os.path.join(base_dir, \"single_cell_output\")\n",
Expand Down

0 comments on commit adc836e

Please sign in to comment.