Releases: pachterlab/kb_python
Releases · pachterlab/kb_python
v0.29.5
v0.29.4
v0.29.3
- Add 10xv4
- --exact-barcodes in kb count to "correct" barcodes to an on-list using only exact matches (i.e. no mismatches permitted)
- bustools binary updated to 0.45.0
- Allow kb count -g None (i.e. not supplying a t2g.txt file) in which case a synthetic one is generated with each target/transcript being its own gene.
v0.29.2
v0.29.1
Updates since version 0.28.2:
Major:
- Upgraded kallisto to 0.51.1 and bustools to 0.44.1
- Added lr-kallisto (--long) option, and enabling k>31
- Added kb extract
- Added various kallisto binaries (w/ and w/o optimizations; w/ and w/o long k-mer sizes)
Other:
- Allow -i NONE in kb ref to create t2g+fasta but no index
- Various bug fixes (pandas version dependency, adata.X in nac containing total matrix, summing matrices not mishandling scientific notation, etc.)
- Ended support for python 3.7
v0.28.2
v0.28.1
v0.28.0
Implements all the updates detailed in protocols paper: https://doi.org/10.1101/2023.11.21.568164
- kallisto version 0.50.1
- bustools version 0.43.1
v0.27.3
General
- Bumped
ngs-tools>=1.7.3
.
ref
- [DEPRECATION] Split index generation using
-n
has been fully deprecated. (Thanks to @amcdavid for catching a bug)
count
- Fixed a minor issue with
--workflow kite:10xFB
, wherebustools project
would be called beforebustools correct
(the order should be opposite). This fix required a bump to thengs-tools
dependency. - Support for
--workflow lamanno
for-x smartseq3
. - [DEPRECATION] Counting using split indices by providing a comma-delimited list to
-i
has been fully deprecated. - Support for whitelist (
-w option
) forbulk
,smartseq2
andsmartseq3
technologies. - Added support for
-x 10XV3_ULTIMA
.