Skip to content

Releases: treangenlab/emu

v3.5.1

21 Jan 17:29
7b66f6a
Compare
Choose a tag to compare
  • Bug fix for creating dictionary of longest alignment lengths for each query read
  • Accepts other sequence type options (Nanopore Q20:lr:hq, PacBio HiFi:map-hifi, traditional cDNA:splice:hq)
  • Handles compressed (.gz) for output-unclassified
  • forces minimap >=2.27

v3.5.0

19 Sep 15:36
63b6e69
Compare
Choose a tag to compare

Output "unclassified mapped" reads. Previously, all "unclassified" reads were only those that did not map with minimap2. This update now considers those as "unmapped" reads and additionally distinguishes "mapped unclassified reads". These reads are those that have only minimap2 mappings to species that are deemed not present in the sample, likely due to the overall community estimated abundance of the species being below the minimum abundance threshold.

This update also handles input fastas with read headers that are missing sequence data, #23.

v3.4.6

27 Aug 10:42
cd52336
Compare
Choose a tag to compare

add --mm2-forward-only option