Skip to content

Releases: vals/umis

v1.0.9

13 Mar 20:30
0cc7c74
Compare
Choose a tag to compare
  • Add fix for bamtag when using dual indexes.

v1.0.8

27 Sep 13:54
Compare
Choose a tag to compare
  • Add support for dual UMI indexes. Thanks @lbeltrame!

v1.0.7

28 Mar 00:53
Compare
Choose a tag to compare
  • Ensure headers are not written when writing out a Series, to make us compatible with pandas > 0.24.
  • Fix for deprecated .ix call, .loc is the new replacement. Thanks to @naumenko-sa.

v1.0.6

05 Nov 22:39
Compare
Choose a tag to compare

Hotfix for encoding issues.

v1.0.5

05 Nov 17:47
Compare
Choose a tag to compare
  • Fix for cb_filter with python3. Thanks to @naumenko-sa for the fix.

v1.0.4

24 Oct 18:37
Compare
Choose a tag to compare
  • Enable cb_histogram to be used on samples without UMIs.
  • Enable filtering of cells during demultiplex_cells.
  • Fix incorrect pandas.read_csv call with header=-1.

v1.0.3

15 Feb 19:29
Compare
Choose a tag to compare
  • Python 3 support

v1.0.2

15 Feb 15:53
Compare
Choose a tag to compare
  • Add demultiplex_cells subcommand to break a transformed FASTQ file into separate FASTQ files by cell.
  • Future proofing for changes to panda's to_csv function.

v1.0.1

11 Oct 19:00
Compare
Choose a tag to compare

1.0.1

  • Add support for click 7.0.

1.0.0

10 Jul 15:01
Compare
Choose a tag to compare
  • Fix for min-length filtering with paired samples. Previously required only one read to be longer, fix requires both.
  • Fix tests for fastqtagcount to use indexed BAM files.
  • Support gzipped cellular barcode files.
  • Support 10x V2 barcoding scheme. Thanks to @tomasgomes for the fix.
  • Re-enable streaming for cellular barcode filtering.
  • Add --umi_matrix option to fasttagcount. This outputs a non-umi-deduped matrix of counts, useful for QC.
  • Support gzipped files for sb_filter, mb_filter and add_uid.