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
*`[NOTEBOOK]`: Path to the notebook file to run. If not provided, a default notebook will be used. [default: /Users/helmut/Code/python-sdk/src/aignostics/notebook/_notebook.py]
58
+
*`[NOTEBOOK]`: Path to the notebook file to run. If not provided, a default notebook will be used. [default: /Users/omid/Documents/repos/python-sdk/src/aignostics/notebook/_notebook.py]
*`--application-version TEXT`: Version of the application. If not provided, the latest version will be used.
121
-
*`--destination DIRECTORY`: Path pointing to directory where the input and output schemata will be dumped. [default: /Users/helmut/Code/python-sdk]
121
+
*`--destination DIRECTORY`: Path pointing to directory where the input and output schemata will be dumped. [default: /Users/omid/Documents/repos/python-sdk]
122
122
*`--zip / --no-zip`: If set, the schema files will be zipped into a single file, with the schema files deleted. [default: no-zip]
*`--application-version TEXT`: Version of the application. If not provided, the latest version will be used.
208
208
*`--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]
209
209
*`--create-subdirectory-per-item / --no-create-subdirectory-per-item`: Create a subdirectory per item in the destination directory [default: create-subdirectory-per-item]
210
-
*`--upload-prefix TEXT`: Prefix for the upload destination. If not given will be set to current milliseconds. [default: 1764110079403.6802]
210
+
*`--upload-prefix TEXT`: Prefix for the upload destination. If not given will be set to current milliseconds. [default: 1764159121212.228]
211
211
*`--wait-for-completion / --no-wait-for-completion`: Wait for run completion and download results incrementally [default: wait-for-completion]
212
212
*`--note TEXT`: Optional note to include with the run submission via custom metadata.
213
213
*`--due-date TEXT`: Optional soft due date to include with the run submission, ISO8601 format. The scheduler will try to complete the run by this date, taking the subscription tierand available GPU resources into account.
*`--application-version TEXT`: Version of the application. If not provided, the latest version will be used.
278
-
*`--upload-prefix TEXT`: Prefix for the upload destination. If not given will be set to current milliseconds. [default: 1764110079403.815]
278
+
*`--upload-prefix TEXT`: Prefix for the upload destination. If not given will be set to current milliseconds. [default: 1764159121212.4172]
279
279
*`--onboard-to-aignostics-portal / --no-onboard-to-aignostics-portal`: If set, the run will be onboarded to the Aignostics Portal. [default: no-onboard-to-aignostics-portal]
280
280
*`--help`: Show this message and exit.
281
281
@@ -505,7 +505,7 @@ $ aignostics application run result download [OPTIONS] RUN_ID [DESTINATION_DIREC
505
505
**Arguments**:
506
506
507
507
*`RUN_ID`: Id of the run to download results for [required]
508
-
*`[DESTINATION_DIRECTORY]`: Destination directory to download results to [default: /Users/helmut/Library/Application Support/aignostics/results]
508
+
*`[DESTINATION_DIRECTORY]`: Destination directory to download results to [default: /Users/omid/Library/Application Support/aignostics/results]
*`--what-is-key / --no-what-is-key`: Specify if 'what' is a single object key. If not specified, 'what' is treated as a regex pattern. [default: no-what-is-key]
618
-
*`--destination DIRECTORY`: Destination directory to download the matching objects to. [default: /Users/helmut/Library/Application Support/aignostics/bucket_downloads]
618
+
*`--destination DIRECTORY`: Destination directory to download the matching objects to. [default: /Users/omid/Library/Application Support/aignostics/bucket_downloads]
*`SOURCE`: Identifier or comma-separated set of identifiers. IDs matched against collection_id, PatientId, StudyInstanceUID, SeriesInstanceUID or SOPInstanceUID. Example: 1.3.6.1.4.1.5962.99.1.1069745200.1645485340.1637452317744.2.0 [required]
780
-
*`[TARGET]`: target directory for download [default: /Users/helmut/Library/Application Support/aignostics/datasets/idc]
780
+
*`[TARGET]`: target directory for download [default: /Users/omid/Library/Application Support/aignostics/datasets/idc]
*`--version TEXT`: Version of QuPath to install. Do not change this unless you know what you are doing. [default: 0.6.0-rc5]
988
-
*`--path DIRECTORY`: Path to install QuPath to. If not specified, the default installation path will be used.Do not change this unless you know what you are doing. [default: /Users/helmut/Library/Application Support/aignostics]
988
+
*`--path DIRECTORY`: Path to install QuPath to. If not specified, the default installation path will be used.Do not change this unless you know what you are doing. [default: /Users/omid/Library/Application Support/aignostics]
989
989
*`--reinstall / --no-reinstall`: Reinstall QuPath even if it is already installed. This will overwrite the existing installation. [default: reinstall]
990
990
*`--platform-system TEXT`: Override the system to assume for the installation. This is useful for testing purposes. [default: Darwin]
991
991
*`--platform-machine TEXT`: Override the machine architecture to assume for the installation. This is useful for testing purposes. [default: arm64]
*`--version TEXT`: Version of QuPath to install. If not specified, all versions will be uninstalled.
1057
-
*`--path DIRECTORY`: Path to install QuPath to. If not specified, the default installation path will be used.Do not change this unless you know what you are doing. [default: /Users/helmut/Library/Application Support/aignostics]
1057
+
*`--path DIRECTORY`: Path to install QuPath to. If not specified, the default installation path will be used.Do not change this unless you know what you are doing. [default: /Users/omid/Library/Application Support/aignostics]
1058
1058
*`--platform-system TEXT`: Override the system to assume for the installation. This is useful for testing purposes. [default: Darwin]
1059
1059
*`--platform-machine TEXT`: Override the machine architecture to assume for the installation. This is useful for testing purposes. [default: arm64]
0 commit comments