Skip to content

Releases: nanoporetech/duplex-tools

v0.3.3

30 May 14:55
Compare
Choose a tag to compare

Added

  • Deprecation warning. Update sam->bam in readme.

v0.3.2

16 Mar 13:04
Compare
Choose a tag to compare

Added

  • Update to dorado_stereo.sh, do not create directories when using -n flag (dry run).

v0.3.1

08 Feb 16:59
Compare
Choose a tag to compare

Added

  • wrapper for a prototype stereo-calling pipeline dorado_stereo.sh that does 2-stage stereo calling.

v0.3.0

01 Feb 10:23
Compare
Choose a tag to compare

Changed

  • update fastx iteration in split_pairs to be compatible with pyfastx>=0.9.0.

Fixed

  • Bug where split_pairs would raise a StopIteration if dataset has < 5k reads.

v0.2.20

19 Dec 12:12
Compare
Choose a tag to compare

Added

  • split_pairs a tool to recover non-split reads into their template/complement parts.

v0.2.19

09 Dec 11:24
Compare
Choose a tag to compare

Fixed

  • Bug where approximate start times led to incorrectly rejecting candidate duplex pairs.

v0.2.17

30 Nov 18:08
Compare
Choose a tag to compare

Fixed

  • Bug where an incorrect tag was used to get sequence lengths from .bam files (for dorado)

Changed

  • ProcessPoolExecutor -> ThreadPoolExecutor in filter_pairs for faster filtering
  • Reporting duplex rate in duplex_tools pair

v0.2.15

14 Nov 16:28
Compare
Choose a tag to compare

Fixed

  • Bug where template/complement pairs with small negative time between them would not be chosen (rounding error).

Added

  • Option to set --no_end_penalties in filter_pairs. This option favours partial matches and avoids unbounded negative pairing scores

v0.2.14

01 Nov 13:42
Compare
Choose a tag to compare

Fixed

  • Bug where template/complement pairs with no time between them would not be chosen

v0.2.13

25 Oct 15:13
Compare
Choose a tag to compare

Added

  • Option to set --threads in filter_pairs

Updated

  • Updated defaults in readme for duplex basecalling (chunks_per_runner 16 -> 416)