Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
couple more periods that should be colons

Signed-off-by: Ryan Lane <[email protected]>
  • Loading branch information
lanery authored Aug 7, 2024
1 parent 327322a commit 8963d68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,15 +124,15 @@ Note that in the above examples, `--output-directory` is an optional argument. I
### Making movies of tracked cells
To provide some sort of visual confirmation that the segmentation and cell tracking was done successfully, there are also scripts for adding animations of cell trajectories to the tracked cells using the napari plugin [napari-animation](https://github.com/napari/napari-animation). Here the choice for which script to run depends on the type of vessel used in the experiment.

To create animations of tracked cells in 384- or 1536-well plates at 20 fps.
To create animations of tracked cells in 384- or 1536-well plates at 20 fps:
```bash
python src/chlamytracker/scripts/make_movies_of_wells.py \
/path/to/directory/of/nd2/files/ \
--framerate 20
--output-directory /path/to/writeable/storage/location/
```

To create animations of tracked cells in agar microchamber pools at 30 fps.
To create animations of tracked cells in agar microchamber pools at 30 fps:
```bash
python src/chlamytracker/scripts/make_movies_of_pools.py \
/path/to/directory/of/nd2/files/ \
Expand Down

0 comments on commit 8963d68

Please sign in to comment.