Skip to content

Releases: CGATOxford/UMI-tools

0.3.6

01 Feb 14:34
Compare
Choose a tag to compare

Improves the group command:

  • Adds the --subset option as per the dedup command (#74)
  • Corrects the flatfile output from the dedup command (#72)

0.3.5

27 Jan 13:03
Compare
Choose a tag to compare

The code has been tweaked to improve run-time.
See #69 for a discussion about the changes implemented.

0.3.4

23 Jan 11:38
Compare
Choose a tag to compare
  • Corrects the edit distance comparison used to generate the network for the directional method.
  • This will only affect results generated using the directional method and --edit-distance-threshold >1

Previously, using the directional method with the option --edit-distance-threshold set to > 1 did not return the expected set of de-duplicated reads. If you have used the directional method with a threshold >1, we recommend updating UMI-tools and re-running dedup.

0.3.3

19 Jan 11:44
Compare
Choose a tag to compare
  • Debugs python 3 compatibility issues
  • Adds python 3 tests

0.3.2

17 Jan 11:40
Compare
Choose a tag to compare

Minor bump:
Resolves setuptools-based installation issue

0.3.1

01 Dec 18:31
Compare
Choose a tag to compare

Version bump to allow pypi update. No code changes

0.3.0

01 Dec 18:20
Compare
Choose a tag to compare
  • Adds the new group command to group PCR duplicates and return the groups in a tagged BAM file and/or flat file format. This was motivated by multiple requests to group PCR duplicated reads for downstream processes, e,g #45, #54. Special thanks to Nils Koelling (@koelling) for testing the group command.
  • Adds the --umi-separator option for dedup and group for workflow where umi_tools extract is not used to extract the UMI. This was motivated by #58

v0.2.6

08 Nov 10:35
Compare
Choose a tag to compare

From v0.2.6 onwards the directional-adjacency method is renamed directional

v0.2.5

02 Nov 10:20
Compare
Choose a tag to compare
  • Debugs writing out paired end
  • Debugs installation

v0.2.3

07 Jun 10:56
Compare
Choose a tag to compare

Debugs pip installation