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

pirl-unc / tcrsift / 25752941312 / 1
85%
main: 85%

Build:
DEFAULT BRANCH: main
Ran 12 May 2026 06:06PM UTC
Files 25
Run time 2s
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

12 May 2026 06:05PM UTC coverage: 70.836% (+0.009%) from 70.827%
25752941312.1

push

github

web-flow
Fix #37: convert CSC→CSR in _ensure_x so concat_on_disk accepts CellRanger inputs (#38)

Closes #37. Regression introduced by PR #31 (concat_on_disk-based
load_samples, 0.7.6) that crashed `tcrsift run` on every multi-sample
CellRanger sheet.

CellRanger's filtered_feature_bc_matrix writes CSC sparse matrices.
anndata.experimental.concat_on_disk only supports CSR along the obs
axis and raises

  NotImplementedError: Concat of following not supported: ['csc', ...]

`_ensure_x` now converts CSC inputs to CSR before the spill (one
`.tocsr()` call per sample, cheap relative to the disk round-trip),
so all spilled h5ads have a concat-compatible layout. VDJ-only path
unchanged (synthesizes a CSR zero-column placeholder as before).

The reporter's suggested fix verbatim, plus the test that locks it
in. New `test_load_samples_handles_csc_inputs` builds two synthetic
samples with CSC X — verified to reproduce the original
NotImplementedError without the fix, passes with it.

Test gap that hid this: existing fixtures all use sp.random(...,
format="csr"). Adding a CSC fixture closes that gap.

Version 0.8.5.

4644 of 6556 relevant lines covered (70.84%)

0.71 hits per line

Source Files on job python-3.11 - 25752941312.1
  • Tree
  • List 25
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25752941312
  • 7df2e292 on github
  • Prev Job for on main (#25752045982.3)
  • Next Job for on main (#25761768094.4)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc