You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`--application-version TEXT`: Version of the application. If not provided, the latest version will be used.
305
+
*`--output PATH`: Destination directory. Defaults to the current working directory. [default: (<current-working-directory>)]
306
+
*`--help`: Show this message and exit.
307
+
207
308
### `aignostics application run`
208
309
209
310
List, submit and manage application runs
@@ -579,9 +680,9 @@ $ aignostics application run result download [OPTIONS] RUN_ID [DESTINATION_DIREC
579
680
*`--create-subdirectory-for-run / --no-create-subdirectory-for-run`: Create a subdirectory for the results of the run in the destination directory [default: create-subdirectory-for-run]
580
681
*`--create-subdirectory-per-item / --no-create-subdirectory-per-item`: Create a subdirectory per item in the destination directory [default: create-subdirectory-per-item]
581
682
*`--wait-for-completion / --no-wait-for-completion`: Wait for run completion and download results incrementally [default: wait-for-completion]
582
-
*`--qupath-project / --no-qupath-project`: Create a QuPath project referencing input slides and results.
583
-
The QuPath project will be created in a subfolder of the destination directory.
584
-
This option requires the QuPath extension for Launchpad: start the Launchpad with `uvx --with "aignostics" aignostics ...`
683
+
*`--qupath-project / --no-qupath-project`: Create a QuPath project referencing input slides and results.
684
+
The QuPath project will be created in a subfolder of the destination directory.
685
+
This option requires the QuPath extension for Launchpad: start the Launchpad with `uvx --with "aignostics" aignostics ...`
585
686
This options requires installation of the QuPath application: Run uvx --with "aignostics" aignostics qupath install [default: no-qupath-project]
0 commit comments