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

openvax / topiary
88%
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 add-protected-tissues-scope
branch: add-protected-tissues-scope
CHANGE BRANCH
x
Reset
  • add-protected-tissues-scope
  • add-agents-md
  • add-cache-sharding
  • add-cached-predictor
  • add-model-colon-kind-syntax
  • add-netmhc-cache-loaders
  • 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
  • pvacseq-loader
  • 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

16 Apr 2026 01:45PM UTC coverage: 88.402% (+0.2%) from 88.201%
24513783283

Pull #138

github

iskandr
Address review: version string, module docstring, indel docs, combined test

- reference_version property: +scope- → +include- to match the
  renamed parameter.
- Module docstring rewritten: "Scopes" → "Include modes", added
  distance metrics and indels sections, updated deferred-features
  list to reflect what's now shipped vs queued.
- nearest() docstring: added explicit note that indel matching
  returns the first hit found (not the best), and that the upcoming
  self_nearest_candidates structured column will expose the full set.
- New test: test_indel_beats_distant_blosum_match verifies that a
  1-deletion at edit_distance=1 wins over a ≥2-sub same-length match
  even when metric="blosum62", and that blosum_distance is None for
  the indel row (can't score across different lengths positionally).
- Fixed version-string assertion in test_reference_version_embeds_*
  and test_from_ensembl_indexes_proteins_and_filters_cta.

39 self_proteome tests (up from 38), 1180 total, lint clean.
Pull Request #138: SelfProteome: include= rename, protected_tissues, BLOSUM62, indels (part B of #124)

109 of 112 new or added lines in 1 file covered. (97.32%)

3689 of 4173 relevant lines covered (88.4%)

2.65 hits per line

Relevant lines Covered
Build:
Build:
4173 RELEVANT LINES 3689 COVERED LINES
2.65 HITS PER LINE
Source Files on add-protected-tissues-scope
  • Tree
  • List 34
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
24513783283 add-protected-tissues-scope Address review: version string, module docstring, indel docs, combined test - reference_version property: +scope- → +include- to match the renamed parameter. - Module docstring rewritten: "Scopes" → "Include modes", added distance metrics and... Pull #138 16 Apr 2026 01:52PM UTC iskandr github
88.4
24490513784 add-protected-tissues-scope Add 1aa indel candidate matching to SelfProteome.nearest When include_indels=True (default), after the same-length SIMD scan finds a best substitution match, the method also checks whether any 1-deletion (L-1) or 1-insertion (L+1) neighbor of the... Pull #138 16 Apr 2026 03:38AM UTC iskandr github
88.4
24490120150 add-protected-tissues-scope Add BLOSUM62 distance metric to SelfProteome.nearest Default metric is now "blosum62" — conservative substitutions (I↔L, BLOSUM62 score +2) produce lower distances than non-conservative (I↔W, score -3). BLOSUM62 matrix loaded lazily from Biopyth... Pull #138 16 Apr 2026 03:24AM UTC iskandr github
88.33
24489771087 add-protected-tissues-scope 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_ensemb... Pull #138 16 Apr 2026 03:12AM UTC iskandr github
88.24
24489421787 add-protected-tissues-scope Add scope="protected_tissues" to SelfProteome (part B of #124) Filters the reference proteome to genes expressed in named tissues — the cross-reactivity-relevant subset of self. ## Multi-species design Three paths, ordered by specificity: 1. *... Pull #138 16 Apr 2026 02:59AM UTC iskandr github
88.24
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