Add annotation-database project and GFF3-to-Iceberg HealthOmics workflow#85
Open
wisech-aws wants to merge 1 commit intoaws-samples:mainfrom
Open
Add annotation-database project and GFF3-to-Iceberg HealthOmics workflow#85wisech-aws wants to merge 1 commit intoaws-samples:mainfrom
wisech-aws wants to merge 1 commit intoaws-samples:mainfrom
Conversation
- annotation-database/: Standalone project for loading GFF3 files into
Apache Iceberg tables on AWS S3 Tables using PyIceberg
- Schema 1 (normalized): features, sources, feature_relationships tables
- Schema 2 (denormalized): single genomic_annotations table
- GFF3 parser with URL-decoding, reserved attribute extraction,
parent-child relationship tracking, and FASTA section handling
- Metadata schema for GFF3 directives and pragmas
- templates/gff3-to-iceberg/: HealthOmics WDL workflow template
- 7-stage pipeline: validate, setup catalog, check connectivity,
check permissions, initialize tables, load GFF3, generate summary
- Supports S3 Tables and vanilla Iceberg (Glue catalog)
- Dockerfile, ECR build scripts, parameter template
- test_data/sample.gff3: Sample GFF3 with 30 features across chr1/chr2
(genes, mRNAs, exons, CDS) from Ensembl and Havana sources
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
annotation-database/: Standalone project for loading GFF3 files into Apache Iceberg tables on AWS S3 Tables using PyIceberg
templates/gff3-to-iceberg/: HealthOmics WDL workflow template
test_data/sample.gff3: Sample GFF3 with 30 features across chr1/chr2 (genes, mRNAs, exons, CDS) from Ensembl and Havana sources
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.