1.0.0
This release is intended to be a stable release with no plans for significant updates to UMI-tools functionality in the near future. As part of this release, much of the code base has been refactored. It is possible this may have introduced bugs which have not been picked up by the regression testing. If so, please raise an issue and we'll try and rectify with a minor release update ASAP.
Documentation
UMI-tools documentation is now available online: https://umi-tools.readthedocs.io/en/latest/index.html
Along with the previous documentation, the readthedocs pages also include new pages:
- FAQ
- Making use of our Alogrithmns: The API
New knee method for whitelist
- The method to detect the "knee" in
whitelist
has been updated (#317). This method should always identify a threshold and is now set as the default method. Note that this knee method appears to be slightly more conservative (fewer cells above threshold) but having identified the knee, one can always re-runwhitelist
and use--set-cell-number
to expand the whitelist if desired - The old method is still available via
--knee-method=density
- In addition, to run the old knee method but allow whitelist to exit without error even if a suitable knee point isn't identified, use the new
--allow-threshold-error
option (#249) - Putative errors in CBs above the knee can be detected using
--ed-above-threshold
(#309)
Explicit options for handling chimeric & inproper read pairs (#312)
The behaviour for chimeric read pairs, inproper read pairs and unmapped reads can now be explictly set with the --chimeric-pairs
, --unpaired-reads
and --unmapped-reads
.
New options
--temp-dir
: Set the directory for temporary files (#254)--either-read
&--either-read-resolve
: Extract the UMI from either read (#175)
Misc