Skip to content

Commit

Permalink
Update help info
Browse files Browse the repository at this point in the history
  • Loading branch information
kochanczyk committed Nov 4, 2024
1 parent c33c66f commit 6cc1c82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions maestro.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
see 'example_config.yaml')
trackerabilize
create a folder with ShuttleTracker-compatibile view of a "remixes" folder obtained during
create folders with ShuttleTracker-compatibile views of "remixes" folders obtained during
remastering (using the above-described command 'remaster')
[ShuttleTracker: https://pmbm.ippt.pan.pl/software/shuttletracker]
Expand Down Expand Up @@ -1222,7 +1222,7 @@ def trackerabilize(
output_root_folder: Path,
) -> None:
'''
Create a ShuttleTracker-compatible folder.
Create ShuttleTracker-compatible folders.
Single-channel images from "remixes" (obtained by running command 'remaster')
are symlinked to their destination paths.
Expand Down Expand Up @@ -1347,7 +1347,7 @@ def show(
simple: bool = False,
) -> None:
'''
Inspect contents (wells or channels).
Inspect contents (wells, channels, microscope settings).
'''

operetta_export_folder_path = Path(operetta_export_folder)
Expand Down

0 comments on commit 6cc1c82

Please sign in to comment.