From 6cc1c8275b30c2681b397f72f35325c6ff85f972 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Kocha=C5=84czyk?= Date: Mon, 4 Nov 2024 23:02:16 +0100 Subject: [PATCH] Update help info --- maestro.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/maestro.py b/maestro.py index a8bd8b1..8e85a02 100755 --- a/maestro.py +++ b/maestro.py @@ -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] @@ -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. @@ -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)