Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: treat CDS as a valid feature for GFFs in load_features #1332

Closed
wants to merge 1 commit into from

Conversation

corneliusroemer
Copy link
Member

We currently don't load CDS features from GFF files
Within Nextclade, we now treat CDS as the translatable unit, not gene
So to use Nextclade GFF annotations in ancestral, we need to be able to read in CDS features

Reading in CDS in addition to gene and source could potentially break some workflows that use gffs that have both gene and CDS features

We currently don't load CDS features from GFF files
Within Nextclade, we now treat CDS as the translatable unit, not gene
So to use Nextclade GFF annotations in ancestral, we need to be able to read in CDS features

Reading in CDS in addition to gene and source could potentially break some workflows that use gffs that have both gene and CDS features
Copy link

codecov bot commented Nov 4, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.79%. Comparing base (378353e) to head (8600ed0).
Report is 760 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1332   +/-   ##
=======================================
  Coverage   65.79%   65.79%           
=======================================
  Files          68       68           
  Lines        7151     7151           
  Branches     1757     1757           
=======================================
  Hits         4705     4705           
  Misses       2182     2182           
  Partials      264      264           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@victorlin
Copy link
Member

Is this still desired? I noticed region was added in afa8bd6.

@corneliusroemer
Copy link
Member Author

Superseded by #1664

@victorlin victorlin deleted the feat/load-cds-from-gff branch November 11, 2024 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants