MarioniLab / DropletUtils

Clone of the Bioconductor repository for the DropletUtils package.
https://bioconductor.org/packages/devel/bioc/html/DropletUtils.html
54 stars 25 forks source link

Save attributes as UTF-8 variable-len scalar strings. #63

Closed LTLA closed 3 years ago

LTLA commented 3 years ago

Fixes #40.

LTLA commented 3 years ago

Looks like it works pretty well.

library(DropletUtils)
example(write10xCounts)
tmph5
## [1] "/tmp/RtmpgWBHBP/file2ee43b358586.h5"

and then

cellranger-6.0.1/bin/cellranger reanalyze --id=BLAH --matrix=/tmp/RtmpgWBHBP/file2ee43b358586.h5

This doesn't explode and does produce output at BLAH, so I'll call it a win.