Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug fix for large transcriptomes: uint16 overflow (#53)
* Gene index datatype uint16 was too small There were problems in datasets with more than 2^16 genes where the gene index (used to create the sparse output matrix) would overflow, causing a mangled output.
- Loading branch information