Skip to content

Commit

Permalink
Update batch_measure_nuclei_shapes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jhennies authored Aug 6, 2024
1 parent b2e19d9 commit a1c1f7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _includes/batch_processing/batch_measure_nuclei_shapes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h4 id="batchshape"><a href="#batchshape">Batch analysis of nuclear shapes</a></h4>

- Download the [input.zip](https://github.com/NEUBIAS/training-resources/blob/master/image_data/batch_process/inputs.zip) containing the input images and unpack to your course directory
- Download the [input.zip](https://github.com/NEUBIAS/training-resources/raw/master/image_data/batch_process/inputs.zip) containing the input images and unpack to your course directory
- In a previous module [there is a workflow to measure the shapes of nuclei in one image](https://neubias.github.io/training-resources/workflow_segment_2d_nuclei_measure_shape/index.html#2dnuclei)
- Adapt this workflow for automated batch analysis of many images
- Start by building the skeleton of the workflow without filling in the functionality;
Expand All @@ -19,3 +19,4 @@ END FOR

- Make sure the loop with the (almost) empty analyse function runs without error before filling in the image analysis steps
- Inspect the analysis results in a suitable software

0 comments on commit a1c1f7d

Please sign in to comment.