Skip to content

Releases: nanoporetech/duplex-tools

v0.2.12

07 Sep 12:31
Compare
Choose a tag to compare

Fixed

  • Update defaults in pairs_from_summary to --min_qscore 7 --max_abs_seqlen_diff 1000

v0.2.11

29 Jun 09:35
Compare
Choose a tag to compare

Fixed

  • Passed --trim_start and --trim_end from cli to main function for split_on_adapter

v0.2.10

27 Jun 08:33
Compare
Choose a tag to compare

Added

  • Flags --trim_start and --trim_end for split_on_adapter (#13)

v0.2.9

24 Jan 15:34
Compare
Choose a tag to compare

Added

  • Flag to allow splitting multiple times for reads with multiple adapters
  • Moving debug output and edited reads to the main output directory

v0.2.7

24 Nov 13:25
Compare
Choose a tag to compare

Fixed

  • split_on_adapter also defaults to both .fastq and fastq.gz from cli

Added

  • Options --min_qscore and --max_abs_seqlen_diff to find duplex reads
  • Default filtering on min_qscore (12) and maximum length difference in pairs_from_summary for duplex reads

v0.2.6

17 Nov 10:19
Compare
Choose a tag to compare

Fixed

  • Surprising behaviour in split_on_adapter to only work on gzipped fastqs by default

v0.2.5

03 Nov 13:41
Compare
Choose a tag to compare

Added

  • Arguments --max_length and --min_length in filter_pairs

v0.2.4

20 Oct 09:17
Compare
Choose a tag to compare

Changed

  • Fixeda argument bug in split_on_adapter. sample_type is now positional

v0.2.3

08 Oct 08:55
Compare
Choose a tag to compare

Changed

  • Corrected documentation for fillet.md.
  • Enabled multiprocessing for fastq extraction in filter_pairs.

v0.2.1

09 Sep 11:53
Compare
Choose a tag to compare

Changed

  • Documentation for read splitting