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

openvax / topiary / 24489771087
88%
master: 90%

Build:
Build:
LAST BUILD BRANCH: v5.16.2
DEFAULT BRANCH: master
Ran 16 Apr 2026 03:12AM UTC
Jobs 3
Files 34
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

16 Apr 2026 03:04AM UTC coverage: 88.244% (+0.04%) from 88.201%
24489771087

Pull #138

github

iskandr
Rename scope= → include= + add scope='protected_tissues'

Renames the public API parameter from `scope=` (abstract jargon) to
`include=` (reads naturally at the call site):

  SelfProteome.from_ensembl(include="non_cta")
  SelfProteome.from_ensembl(include="protected_tissues")
  SelfProteome.from_ensembl(include="all")
  SelfProteome.from_ensembl(include=lambda gene_id: ...)

Adds include="protected_tissues" — filters the reference proteome to
genes expressed in named tissues.  Multi-species safe:

- Human default: pirlygenes/HPA expression data, curated vital-organ
  tissue list (heart, lung, liver, kidney, cerebral cortex).
- Any species with explicit data: tissue_gene_ids={gene_ids} bypasses
  pirlygenes entirely.
- Non-human without tissue_gene_ids: raises ValueError with actionable
  message directing users to supply their own data.

4 new tests + all existing tests updated for the parameter rename.
29 self_proteome tests pass, lint clean.
Pull Request #138: SelfProteome scope="protected_tissues" — multi-species (part B of #124)

29 of 30 new or added lines in 1 file covered. (96.67%)

12 existing lines in 1 file now uncovered.

3618 of 4100 relevant lines covered (88.24%)

2.65 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
88.52
0.89% topiary/self_proteome.py

Coverage Regressions

Lines Coverage ∆ File
12
88.52
0.89% topiary/self_proteome.py
Jobs
ID Job ID Ran Files Coverage
1 python-3.11 - 24489771087.1 16 Apr 2026 03:12AM UTC 34
88.24
GitHub Action Run
2 python-3.10 - 24489771087.2 16 Apr 2026 03:12AM UTC 34
88.24
GitHub Action Run
3 python-3.12 - 24489771087.3 16 Apr 2026 03:12AM UTC 34
88.24
GitHub Action Run
Source Files on build 24489771087
  • Tree
  • List 34
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24489771087
  • Pull Request #138
  • PR Base - master (#24488605628)
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