Conversation
Break the monolithic process_gencode_data into 6 independently testable static methods (parse_raw_gtf, parse_gtf_annotations, strip_gene_id_version, filter_protein_coding_genes, add_length_column, process_single_gene) and fix the chromosome filter to handle the 'chr' prefix in standard GTF files. Add unit tests for each extracted method plus integration tests using a sample GENCODE GTF (OPRK1 / ENSG00000082556). Move config.json to repo root. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #35 +/- ##
==========================================
- Coverage 88.79% 82.73% -6.06%
==========================================
Files 6 10 +4
Lines 348 695 +347
==========================================
+ Hits 309 575 +266
- Misses 39 120 +81 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Context
There was a large-scale update of the repository with help of agentic tool Calude. This left a handful of small issues. At this point the code runs. This can be considered as as baseline for further more meaningful updates.
Contents
README.mdfile.Warnings
Dynamic libraries are hard-coded in packages that are relying on cairo. This must be a temporary update. Should be refactored later.