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
The `TransferManager` class makes it easy to download files from a AWS HealthOmics reference or read set. By default the files are saved to the current directory, or you can specify a custom location with the `directory` parameter.
The `OmicsUriParser` class makes it easy to parse AWS HealthOmics readset and reference URIs to extract fields relevant for calling
159
159
AWS HealthOmics APIs.
@@ -222,9 +222,9 @@ CLI tools are modules in this package that can be invoked from the command line
222
222
python -m omics.cli.<TOOL-NAME>
223
223
```
224
224
225
-
### Omics Rerun
225
+
### HealthOmics Rerun
226
226
227
-
The `omics-rerun` tool makes it easy to start a new run execution from a CloudWatch Logs manifest.
227
+
The `rerun` tool makes it easy to start a new run execution from a CloudWatch Logs manifest.
228
228
229
229
For an overview of what it does and available options run:
230
230
@@ -329,8 +329,8 @@ StartRun request:
329
329
}
330
330
```
331
331
332
-
### Omics Run Analyzer
333
-
The `omics-run-analyzer` tool retrieves a workflow run manifest from CloudWatchLogs and generates statistics for the run, including CPU and memory utilization for each workflow task.
332
+
### HealthOmics Run Analyzer
333
+
The `run_analyzer` tool retrieves a workflow run manifest from CloudWatchLogs and generates statistics for the run, including CPU and memory utilization for each workflow task.
334
334
335
335
For an overview of what it does and available options run:
336
336
@@ -497,4 +497,3 @@ See [CONTRIBUTING](https://github.com/awslabs/amazon-omics-tools/blob/main/CONTR
497
497
## License
498
498
499
499
This project is licensed under the Apache-2.0 License.
0 commit comments