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

openvax / topiary / 25872231615 / 1
90%
master: 90%

Build:
Build:
LAST BUILD BRANCH: v5.16.2
DEFAULT BRANCH: master
Ran 14 May 2026 04:43PM UTC
Files 35
Run time 4s
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

14 May 2026 04:34PM UTC coverage: 89.836% (+0.2%) from 89.625%
25872231615.1

Pull #167

github

iskandr
DSL: class_i / class_ii shortcuts + ranking docs catch-up

- `topiary.class_i` and `topiary.class_ii` — pre-built `IsIn` nodes
  referencing the `mhc_class` column.  Compose with any other DSL node:
  `apply_filter(df, class_i & (Affinity.value <= 500))`.
- `topiary.derive_mhc_class(allele_series)` — public utility for
  stamping `mhc_class` onto a DataFrame produced outside the pvacseq
  loader (e.g. a fresh `TopiaryPredictor` result that carries class
  only at the model-level `kind_support`).  Returns a Series of
  `"I"` / `"II"` / `pd.NA`.

`docs/ranking.md` — `Column()` section gets an "Equality / membership
on any dtype" subsection covering:

- `Column("x").eq(value)` / `.ne(value)` / `.isin(values)` and why
  `Column("x") == "y"` doesn't compose (`__eq__` deliberately not
  overridden — nodes stay hashable).
- The `parse('mhc_class == "I"')` string-DSL form and the
  `<` / `<=` / `>` / `>=` rejection on string operands.
- The `class_i` / `class_ii` shortcuts and the `derive_mhc_class`
  utility for non-pvacseq DataFrames.

Also tightens the "Only numeric columns" wording — it's still true
for arithmetic and ordered comparisons, but no longer for equality /
membership.

Tests: 4 new `TestIsIn` cases for the shortcuts and their composition
with numeric clauses; `test_derive_mhc_class_public_utility` covers
the new package-level export across class I / class II / heterodimer /
unknown / None inputs.

143 dsl + pvacseq tests pass; 701 across pvacseq / io / io_lens / dsl /
ranking / wide.
Pull Request #167: Add pVACseq report loader (closes #94)

4552 of 5067 relevant lines covered (89.84%)

0.9 hits per line

Source Files on job python-3.12 - 25872231615.1
  • Tree
  • List 35
  • Changed 6
  • Source Changed 5
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25872231615
  • f6c15d47 on github
  • Prev Job for on pvacseq-loader (#25821572339.1)
  • Next Job for on pvacseq-loader (#25875561027.3)
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