You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example_project/README.md
+32-5Lines changed: 32 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
# Distributed-CellProfiler Minimal Example
2
+
1
3
Included in this folder is all of the resources for running a complete mini-example of Distributed-Cellprofiler.
2
4
It includes 3 sample image sets and a CellProfiler pipeline that identifies cells within the images and makes measuremements.
3
5
It also includes the Distributed-CellProfiler files pre-configured to create a queue of all 3 jobs and spin up a spot fleet of 3 instances, each of which will process a single image set.
@@ -9,21 +11,23 @@ It also includes the Distributed-CellProfiler files pre-configured to create a q
9
11
Before running this mini-example, you will need to set up your AWS infrastructure as described in our [online documentation](https://distributedscience.github.io/Distributed-CellProfiler/step_0_prep.html).
10
12
This includes creating the fleet file that you will use in Step 3.
11
13
12
-
Upload the 'sample_project' folder to the top level of your bucket.
14
+
Upload the 'sample_project' folder to the top level of your bucket.
13
15
While in the `Distributed-CellProfiler` folder, use the following command, replacing `yourbucket` with your bucket name:
@@ -51,4 +59,23 @@ This command points to the monitor file that is automatically created with your
51
59
While the run is happening, you can watch real-time metrics in your Cloudwatch Dashboard by navigating in the [Cloudwatch console](https://console.aws.amazon.com/cloudwatch).
52
60
Note that the metrics update at intervals that may not be helpful with this fast, minimal example.
53
61
54
-
After the run is done, you should see your CellProfiler output files in S3 at s3://${BUCKET}/project_folder/output in per-image folders.
62
+
After the run is done, you should see your CellProfiler output files in S3 at s3://${BUCKET}/project_folder/output in per-image folders.
63
+
64
+
## Cleanup
65
+
66
+
The spot fleet, queue, and task definition will be automatically cleaned up after your demo is complete because you are running `monitor`.
0 commit comments