Ultima Genomics bioinfo utils for working with AWS Health-Omics
Project description
ugbio_omics
This module includes Python scripts for working with AWS HealthOmics.
Log in with SSH to the desired AWS account before running tools in this package.
List of tools:
-
Compare Cromwell vs. Omics - Process cost and performance on both platforms and save results into comparable CSV files. Also saves metadata and intermediate cost and performance files. Additionally, you can find a plots folder with a variety of HTML plots. Omics cost information is fetched from cost.csv in S3 run output bucket.
Run
uv run compare_cromwell_omics --helpfor more details. -
Compare Omics Runs - Process cost and performance and compare multiple Omics runs. Omics cost information is fetched from cost.csv in S3 run output bucket.
Run
uv run compare_omics_runs --helpfor more details. -
Get Run Logs - Download logs of an Omics run. For FAILED run by default, you'll get the logs of all failed tasks or the run's engine log if there are no failed tasks. For successful runs by default, you'll get all tasks' logs. You can use --task-id to get the log for a specific task.
Run
uv run get_omics_logs --helpfor more details. -
Get Omics Cache Path - Get S3 uri of the cache of an Omics run. You can choose to copy the indexes files using --copy-indexes. Use --task-id to get the cache uri / copy indexes for a specific task.
Run
uv run omics_cache_path --helpfor more details. -
Manifest Log - Download and parse the manifest log of an Omics run. The manifest log contains a lot of information about storage usage, CPU and memory usage per task, Docker images, inputs, and general information about the run.
-
Performance - Process CPU, memory, and I/O metrics from the monitor log running in each task. Get usage plots over time for a better understanding of your code utilization. Note that task logs must be accessible for this.
Run
uv run performance --helpfor more details.
Admin tools:
- Report Run Completion - Manually triggers the OmicsEndRunHandler AWS Lambda to report mongodb on end of omics run/s.
Run
uv run report_run_completion --helpfor more details. - Report Missing runs - Manually triggers the start and end AWS Lambda handlers to report mongodb on omics run/s that are missing from the db.
Run
uv run report_missing_runs --helpfor more details. - Cost Distribution by Version - Analyze cost distribution per workflow for a specific version or version prefix. Queries the Papyrus database for runs matching a version (exact or prefix match), groups by workflow name, and generates histograms with cost statistics. Supports caching, outlier filtering, and tarball creation.
Run
uv run cost_distribution_by_version --helpfor more details.
Run with Docker
A fast and easy way to run the above-mentioned tools is by running a container:
docker run -v ~/.aws:/root/.aws -e AWS_PROFILE=${AWS_PROFILE} -v <local_output>:<output> 337532070941.dkr.ecr.us-east-1.amazonaws.com/ugbio_omics:latest <tool>
Breakdown:
-
A simple
docker runcommand. -
-v ~/.aws:/root/.aws -e AWS_PROFILE=${AWS_PROFILE}- this will allow the Docker container to use the SSH profile you are logged into (customer/dev/prod).Remember to use alog before running the container.
-
-v <local_output>:<output>- add a volume mapping and use it in the output path of the tool to get the outputs available outside the container. -
337532070941.dkr.ecr.us-east-1.amazonaws.com/ugbio_omics:latest- Docker image. -
<tool>- available tools are:- get_omics_logs
- omics_cache_path
- manifest_log
- compare_omics_runs
- compare_cromwell_omics
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ugbio_omics-1.24.1.tar.gz.
File metadata
- Download URL: ugbio_omics-1.24.1.tar.gz
- Upload date:
- Size: 30.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c50d96b7857c60b3c7bcb3ac18896123f520262b0f6516d7c0b3df68f6dd700
|
|
| MD5 |
1bbe216bd8b8be86c932faa221e3bf6e
|
|
| BLAKE2b-256 |
6df8be1e5967bbaf3b05686bc3368de3e9d83bb087b5545d0576685e0760deb7
|
File details
Details for the file ugbio_omics-1.24.1-py3-none-any.whl.
File metadata
- Download URL: ugbio_omics-1.24.1-py3-none-any.whl
- Upload date:
- Size: 35.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e237ab5c66542eb02f424278d5f3d29136b16e173428cf225ea140cb1f67e9e4
|
|
| MD5 |
b825c906f9777fc45b58fc08b6302569
|
|
| BLAKE2b-256 |
31cd9ff1a4bd871cdd4192230112f6040541277d12e87a0cf5c3feaa48157f6b
|