Skip to content

Releases: pachterlab/kb_python

v0.2.0

29 Oct 21:56
Compare
Choose a tag to compare

Official PyPi release.

v0.1.4

29 Oct 04:39
Compare
Choose a tag to compare

count

  • New --filter option. This option generates a filtered count matrix. It can not be used with --lamanno. Currently, this option only supports filtering with bustools.

v0.1.3

28 Oct 04:44
Compare
Choose a tag to compare

Fix for python 3.6

v0.1.2

27 Oct 04:44
Compare
Choose a tag to compare

info

  • Updated information (now includes examples and citations)

v0.1.1

26 Oct 17:38
Compare
Choose a tag to compare

kb

  • New --list option to display supported single-cell technologies
  • Updated help messages and print statements overall

ref

  • Can download prebuilt indices (but not for --lamanno)

count

  • Support for --loom and --h5ad with --lamanno

v0.0.8

25 Oct 07:03
Compare
Choose a tag to compare

info

  • Displays current package, kallisto and bustools versions.

ref

  • Input arguments have changed: ref now takes a genomic FASTA file and GTF as positional arguments
  • The genome is sliced into cDNA and intron (if --velocity) FASTAs
  • New option: -c Path to the cDNA FASTA to be generated
  • New option: -n Path to the intron FASTA to be generated (required for --velocity)
  • New option: -a Path to generate cDNA transcripts to be captured (required for --velocity)
  • New option: -r Path to generate intron transcripts to be captured (required for --velocity)

Binaries

  • Kallisto and Bustools binaries for Windows, Linux and MacOS are now included in the package. Run kb info for versions.

v0.0.7

20 Oct 06:02
Compare
Choose a tag to compare

ref

  • New options: --velocity, -c, -n
  • Implemented reference preparation for RNA velocity. -c and -n must be provided.

v0.0.5

18 Oct 06:06
Compare
Choose a tag to compare

count

  • Now runs bustools inspect and outputs the results to inspect.json file within the output directory.

v0.0.4

17 Oct 22:52
Compare
Choose a tag to compare

count

  • Convert count matrices into loom files with --loom option
  • Convert count matrices into h5ad files with --h5ad option

v0.0.3

17 Oct 22:49
Compare
Choose a tag to compare
Bump version: 0.0.2 → 0.0.3