Skip to content

Commit f304761

Browse files
minor CLI tutorial update (mention generic readers)
1 parent 0763618 commit f304761

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/tutorials/cli_usage.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,13 @@ The command below will generate and save it on disk (you can change the path `tu
6565
# it will generate a '/path/to/sample/directory.zarr' directory
6666
sopa convert /path/to/sample/directory --technology macsima
6767
```
68-
=== "Hyperion"
68+
=== "Other"
69+
There are also several other readers, such as `hyperion`, or `molecular_cartography`. You can also try generic readers, like `ome_tif`, or even `bioio` which supports many inputs formats. Note that, to use `bioio`, you'll need to `pip install bioio` and potentially other format-specific dependencies as described in their [documentation](https://bioio-devs.github.io/bioio/OVERVIEW.html#reader-installation).
70+
71+
Replace `<TECHNOLOGY>` by the right name on the following command line:
6972
```sh
7073
# it will generate a '/path/to/sample/directory.zarr' directory
71-
sopa convert /path/to/sample/directory --technology hyperion
74+
sopa convert /path/to/sample/directory --technology <TECHNOLOGY>
7275
```
7376

7477

0 commit comments

Comments
 (0)