Skip to content

Commit 1c76736

Browse files
committed
Updated README.md
1 parent ffd97d2 commit 1c76736

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ Once your workflow is dialed in, use the [pipeline builder](https://kosinskilab.
4343
mosaic-pipeline config.json
4444
```
4545

46+
Working on a remote server or composing custom workflows? The [Mosaic shell](https://kosinskilab.github.io/mosaic/tutorial/workflows/shell.html) exposes most GUI operations as commands you can run interactively or replay from a script:
47+
48+
```bash
49+
mosaic-shell workflow.sh
50+
```
51+
4652
## Installation
4753

4854
Mosaic requires Python 3.11 or higher. Install with pip:
@@ -52,7 +58,9 @@ pip install mosaic-gui
5258
mosaic &
5359
```
5460

55-
The graphical interface launches immediately. For advanced installation options see the [installation guide](https://kosinskilab.github.io/mosaic/tutorial/installation.html).
61+
The first launch takes a bit longer than subsequent starts. A short interactive tour then walks through the basics, about five minutes. Re-run any time with `mosaic --onboard basics`.
62+
63+
See the [installation guide](https://kosinskilab.github.io/mosaic/tutorial/installation.html) for full instructions.
5664

5765
## Citation
5866

RELEASE_NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Version 1.2.4 makes Mosaic run better on laptops and machines without dedicated
55
## Features
66

77
- Geometries now switch rendering detail. Scenes with large numbers of points are significantly faster on laptops and machines without a dedicated GPU. This can be configured in Preferences > Appearance > Render > Balanced or the icon in the top right.
8+
- Onboarding workflow system, including a practical walkthrough for basic features.
89
- Shrink Wrap as new mesh generation method that wraps a surface around point cloud data, which handles cases where alpha shapes fail.
910
- The DTS dialog has been simplified and restructured to make setting up simulations, adjusting parameters, and analyzing trajectories straightforward.
1011
- Volume viewer loads faster, renders as a viewport overlay, and supports OME-Zarr arrays.
92.4 KB
Loading

0 commit comments

Comments
 (0)