• 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-netmhc-cache-loaders
branch: add-netmhc-cache-loaders
CHANGE BRANCH
x
Reset
  • add-netmhc-cache-loaders
  • add-agents-md
  • add-cache-sharding
  • add-cached-predictor
  • add-model-colon-kind-syntax
  • 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
  • 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

14 Apr 2026 09:06PM UTC coverage: 88.11% (-0.2%) from 88.298%
24422940523

Pull #132

github

iskandr
Add NetMHC-family cache loaders (part of #128)

Five new classmethods on CachedPredictor that adapt mhctools'
existing stdout parsers into cache-shaped DataFrames — no new
parsing code, just a thin wrapper layer:

- from_netmhcpan_stdout(path, mode=...) — wraps
  mhctools.parsing.parse_netmhcpan_stdout, which auto-detects
  NetMHCpan 2.8 / 3 / 4 / 4.1.  mode selects between
  binding_affinity (default) and elution_score on 4+.
- from_netmhc_stdout(path, version=...) — classic NetMHC (3 / 4 /
  4.1 via the version-specific parse_netmhc{3,4,41}_stdout).
- from_netmhcpan_cons_stdout(path) — NetMHCcons.
- from_netmhciipan_stdout(path, version=..., mode=...) —
  NetMHCIIpan legacy / 4 / 4.3.  mode selects elution_score
  (default) or binding_affinity.
- from_netmhcstabpan_stdout(path) — NetMHCstabpan (pMHC stability).

Shared helpers at module level:
- _read_text(path): file → string
- _bindings_to_dataframe(preds): list[BindingPrediction] → DataFrame
  with cache columns (peptide, allele, peptide_length, score,
  affinity, percentile_rank, value).
- _version_from_header(text): parses "NetMHCpan version 4.1b" etc.
  out of the stdout preamble.  predictor_version is auto-composed
  from that when the caller doesn't supply one.

Only caveat: mhctools parses stdout captures, not NetMHC's -xlsfile
tab-delimited output.  Documented in docs/cached.md; separate issue
if someone needs .xls support.

6 new tests with embedded sample stdout snippets (no large fixture
files in the repo).  Full suite 1099 passing (up from 1093), lint
clean, mkdocs --strict clean.
Pull Request #132: Add NetMHC-family cache loaders (part of #128)

46 of 60 new or added lines in 1 file covered. (76.67%)

3268 of 3709 relevant lines covered (88.11%)

2.64 hits per line

Relevant lines Covered
Build:
Build:
3709 RELEVANT LINES 3268 COVERED LINES
2.64 HITS PER LINE
Source Files on add-netmhc-cache-loaders
  • Tree
  • List 32
  • 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
24422940523 add-netmhc-cache-loaders Add NetMHC-family cache loaders (part of #128) Five new classmethods on CachedPredictor that adapt mhctools' existing stdout parsers into cache-shaped DataFrames — no new parsing code, just a thin wrapper layer: - from_netmhcpan_stdout(path, mod... Pull #132 14 Apr 2026 09:13PM UTC iskandr github
88.11
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