• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

openvax / pyensembl / 25749118295
85%
master: 83%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 12 May 2026 04:56PM UTC
Jobs 4
Files 22
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

12 May 2026 04:52PM UTC coverage: 84.129% (+0.6%) from 83.547%
25749118295

push

github

web-flow
Fix #242: expose Ensembl annotation versions on Gene/Transcript/Exon/Protein (#341)

The transcript_version, gene_version, exon_version, and protein_version
columns were already loaded into the sqlite database from modern Ensembl
GTFs; they were just never surfaced on the Python objects.

Each entity now has a prefixed canonical accessor and a generic alias:

  Gene       gene_version       / versioned_gene_id
              version            / versioned_id  (aliases)

  Transcript transcript_version / versioned_transcript_id
              version            / versioned_id  (aliases)
              protein            -> new Protein view (or None for noncoding)

  Exon       exon_version       / versioned_exon_id
              version            / versioned_id  (aliases)
              exon_version is now a constructor kwarg (default None)

  Protein    protein_id, protein_version (primary)
              id, version, versioned_protein_id, versioned_id (aliases)

All version accessors return None when the GTF omits the corresponding
attribute (e.g. TAIR), and versioned_id falls back to the unversioned id
in that case.

Bump version to 2.7.0.

92 of 101 new or added lines in 7 files covered. (91.09%)

1463 of 1739 relevant lines covered (84.13%)

3.37 hits per line

Uncovered Changes

Lines Coverage ∆ File
6
79.31
pyensembl/protein.py
1
94.59
-1.24% pyensembl/exon.py
1
88.89
3.17% pyensembl/gene.py
1
90.12
1.39% pyensembl/transcript.py
Jobs
ID Job ID Ran Files Coverage
1 python-3.10 - 25749118295.1 12 May 2026 04:57PM UTC 22
84.13
GitHub Action Run
2 python-3.9 - 25749118295.2 12 May 2026 04:57PM UTC 22
84.13
GitHub Action Run
3 python-3.12 - 25749118295.3 12 May 2026 04:56PM UTC 22
84.13
GitHub Action Run
4 python-3.11 - 25749118295.4 12 May 2026 04:56PM UTC 22
84.13
GitHub Action Run
Source Files on build 25749118295
  • Tree
  • List 22
  • Changed 7
  • Source Changed 6
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25749118295
  • ca51c48b on github
  • Prev Build on main (#25711483318)
  • Next Build on main (#25752439146)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc