Skip to content

Commit f21919f

Browse files
omics -> healthomics
1 parent 8adf415 commit f21919f

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

README.md

+12-13
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ SDK and CLI Tools for working with the AWS HealthOmics Service.
55
- [AWS HealthOmics Tools](#aws-healthomics-tools)
66
- [Installation](#installation)
77
- [SDK Tools](#sdk-tools)
8-
- [Omics Transfer Manager](#omics-transfer-manager)
8+
- [HealthOmics Transfer Manager](#healthomics-transfer-manager)
99
- [Basic Usage](#basic-usage)
1010
- [Download specific files](#download-specific-files)
1111
- [Upload specific files](#upload-specific-files)
1212
- [Subscribe to events](#subscribe-to-events)
1313
- [Threads](#threads)
14-
- [Omics URI Parser](#omics-uri-parser)
14+
- [HealthOmics URI Parser](#healthomics-uri-parser)
1515
- [Readset file URI:](#readset-file-uri)
1616
- [Reference file URI:](#reference-file-uri)
1717
- [CLI Tools](#cli-tools)
18-
- [Omics Rerun](#omics-rerun)
18+
- [HealthOmics Rerun](#healthomics-rerun)
1919
- [List runs from manifest](#list-runs-from-manifest)
2020
- [Rerun a previously-executed run](#rerun-a-previously-executed-run)
21-
- [Omics Run Analyzer](#omics-run-analyzer)
21+
- [HealthOmics Run Analyzer](#healthomics-run-analyzer)
2222
- [List completed runs](#list-completed-runs)
2323
- [Analyze a specific workflow run](#analyze-a-specific-workflow-run)
2424
- [Run optimization and estimated cost reduction](#run-optimization-and-estimated-cost-reduction)
@@ -45,14 +45,14 @@ Installing from source requires that your machine has the following prerequisite
4545
- `make` build tool
4646

4747
```
48-
git clone https://github.com/awslabs/amazon-omics-tools.git
49-
cd ./amazon-omics-tools
48+
git clone https://github.com/awslabs/aws-healthomics-tools.git
49+
cd ./aws-healthomics-tools
5050
make install
5151
```
5252

5353
## SDK Tools
5454

55-
### Omics Transfer Manager
55+
### HealthOmics Transfer Manager
5656

5757
#### Basic Usage
5858
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.
@@ -153,7 +153,7 @@ manager = TransferManager(client, config)
153153
manager.download_read_set(SEQUENCE_STORE_ID, "<my-read-set-id>")
154154
```
155155

156-
### Omics URI Parser
156+
### HealthOmics URI Parser
157157

158158
The `OmicsUriParser` class makes it easy to parse AWS HealthOmics readset and reference URIs to extract fields relevant for calling
159159
AWS HealthOmics APIs.
@@ -222,9 +222,9 @@ CLI tools are modules in this package that can be invoked from the command line
222222
python -m omics.cli.<TOOL-NAME>
223223
```
224224

225-
### Omics Rerun
225+
### HealthOmics Rerun
226226

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.
228228

229229
For an overview of what it does and available options run:
230230

@@ -329,8 +329,8 @@ StartRun request:
329329
}
330330
```
331331

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.
334334

335335
For an overview of what it does and available options run:
336336

@@ -497,4 +497,3 @@ See [CONTRIBUTING](https://github.com/awslabs/amazon-omics-tools/blob/main/CONTR
497497
## License
498498

499499
This project is licensed under the Apache-2.0 License.
500-

0 commit comments

Comments
 (0)