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

openvax / topiary
90%
master: 90%

Build:
Build:
LAST BUILD BRANCH: v5.16.2
DEFAULT BRANCH: master
Repo Added 05 Jan 2018 08:34PM UTC
Files 35
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

LAST BUILD ON BRANCH pvacseq-loader
branch: pvacseq-loader
CHANGE BRANCH
x
Reset
  • pvacseq-loader
  • add-agents-md
  • add-cache-sharding
  • add-cached-predictor
  • add-model-colon-kind-syntax
  • add-netmhc-cache-loaders
  • add-protected-tissues-scope
  • add-self-proteome-nearest
  • antigen-fragment
  • bare-ident-brackets
  • best-allele-aggregation
  • cached-predictor-cli
  • cached-predictor-vaxrank-polish
  • chore/varcode-floor-122
  • ci-caching
  • cleanup-dsl-version-syntax
  • codex/mhctools-3-7-compat
  • codex/predict-wt-peptides
  • combine-predictor-results
  • csv-fasta-inputs
  • dsl-extensions
  • dsl-polish
  • dsl-polish-v5.0.1
  • dsl-refactor-v5
  • eval-context-default-methods
  • evaluate-scores-helper
  • expression-data
  • expression-dsl-v2
  • feature/peptide-property-dsl
  • filter-auto-aggregate
  • fix-127-autowrap-test
  • fix-165-backfill-value-from-score
  • fix-biopython-dependency
  • fix-deploy-python-selection
  • improve-cli-errors
  • inline-blosum62
  • io-wide-v4.11
  • lazy-varcode-imports
  • lens-loader
  • master
  • multi-model-disambiguation
  • openvax_switch
  • peptide-provenance
  • pirlygenes-5.1-expression-accessors
  • plumb-kind-support
  • pr-b-fragment-refactor
  • promote-kind-aliases-public
  • refactor-for-protein-sequences
  • release-4.8.0
  • restore-varcode-cli-parser-delegation
  • shrink-cached-predictor-index
  • test-audit-v4.10
  • topiary-result
  • v4.10.0
  • v4.11.0
  • v4.11.1
  • v4.11.2
  • v4.12.0
  • v4.3.0
  • v4.3.1
  • v4.3.2
  • v4.4.0
  • v4.5.0
  • v4.5.1
  • v4.6.0
  • v4.8.0
  • v4.9.0
  • v5.0.0
  • v5.0.1
  • v5.1.0
  • v5.10.0
  • v5.10.1
  • v5.10.2
  • v5.10.3
  • v5.10.4
  • v5.10.5
  • v5.10.6
  • v5.10.7
  • v5.10.8
  • v5.11.0
  • v5.12.0
  • v5.13.0
  • v5.14.0
  • v5.14.1
  • v5.15.0
  • v5.16.1
  • v5.16.2
  • v5.2.0
  • v5.4.0
  • v5.5.0
  • v5.6.0
  • v5.8.0
  • v5.9.0
  • v5.9.1

14 May 2026 09:02PM UTC coverage: 89.87% (+0.2%) from 89.625%
25885529254

Pull #167

github

web-flow
Merge 0cb749317 into a38d20687
Pull Request #167: Add pVACseq report loader (closes #94)

269 of 302 new or added lines in 5 files covered. (89.07%)

4551 of 5064 relevant lines covered (89.87%)

2.7 hits per line

Relevant lines Covered
Build:
Build:
5064 RELEVANT LINES 4551 COVERED LINES
2.7 HITS PER LINE
Source Files on pvacseq-loader
  • Tree
  • List 35
  • Changed 6
  • Source Changed 5
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
25885529254 pvacseq-loader Merge 0cb749317 into a38d20687 Pull #167 14 May 2026 09:10PM UTC web-flow github
89.87
25885527536 pvacseq-loader Bump version to 5.16.0 push 14 May 2026 09:10PM UTC iskandr github
89.87
25884991991 pvacseq-loader pvacseq: flesh out detect_pvacseq_format docstring + return-type hints Two surface-quality fixes from another review pass: - `detect_pvacseq_format` had a 5-word docstring for a public export ("Return 'aggregated', 'all_epitopes', or None.") —... Pull #167 14 May 2026 08:59PM UTC iskandr github
89.87
25882966575 pvacseq-loader docs/pvacseq: drop broken concat example, fix kind_support reference Three issues found in the last review pass of `docs/pvacseq.md`: 1. The re-scoring section's `concat([r, fresh_result])` example referenced an undefined variable (`fresh_res... Pull #167 14 May 2026 08:17PM UTC iskandr github
89.87
25876601215 pvacseq-loader Docs: dedicated pVACseq import guide New `docs/pvacseq.md` (~260 lines) covers the full read_pvacseq surface end-to-end: - What pVACseq is, why import its output (re-score / compare / re-rank / combine MHC-I + MHC-II). - The two TSV flavors (a... Pull #167 14 May 2026 06:10PM UTC iskandr github
89.87
25876365950 pvacseq-loader Merge d9e63159c into a38d20687 Pull #167 14 May 2026 06:05PM UTC web-flow github
89.87
25876363815 pvacseq-loader DSL: harden walker, fix IsIn empty-df fragility, fill api.md gaps Three fixes from the review nudge after the prior "clean stopping point" claim — all real, not nits. 1. `IsIn.eval` empty-DataFrame branch built a Series from a zero-length boo... push 14 May 2026 06:05PM UTC iskandr github
89.87
25875561027 pvacseq-loader DSL: review polish — drop dead code, simplify repr, harden tests Five tactical cleanups from the latest review of PR #167: - `IsIn.__init__` had `isinstance(values, float) and math.isnan(values)` as a fallback scalar-detection arm. `float` is... Pull #167 14 May 2026 05:48PM UTC iskandr github
89.87
25872231615 pvacseq-loader 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 <=... Pull #167 14 May 2026 04:42PM UTC iskandr github
89.84
25870749548 pvacseq-loader DSL: native categorical equality for string columns Adds an `IsIn` DSL node plus `Column.eq(value)` / `Column.ne(value)` / `Column.isin(values)` methods so non-numeric columns (mhc_class, source, gene, ...) are filterable natively in the DSL with... Pull #167 14 May 2026 04:12PM UTC iskandr github
89.79
See All Builds (269)
  • Repo on GitHub
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