Skip to content

Releases: ChangqingW/SeqSizzle

v0.4.1

21 Jan 09:08

Choose a tag to compare

  • Fixed copy mode not working on startup

v0.4.0

21 Jan 06:41

Choose a tag to compare

  • Refined enrich subcommand
    • added --max-reads and --sampling options to limit the number of reads processed
    • refined homopolyer filtering and kmer assembly
    • Assembly is now optional with --skip-assemble flag
    • added counts_per_read output column
  • Defaults to start in a copy mode (new, allows mouse selection and copying text from terminal, no side borders)
  • Fixed typos in adapter presets

v0.3.0

29 Aug 07:07

Choose a tag to compare

  • added kmer enrichment analysis (enrich subcommand)

v0.2.0

01 Aug 02:52

Choose a tag to compare

  • added FASTA file format support
  • added gzipped file support (decompresses 10MB to a temporary file)
  • added visual styling for sequence mismatches (bold) and FASTQ quality scores (italic/color)
  • fixed shift+arrow key handling in search panel

v0.1.5

17 Dec 06:06

Choose a tag to compare

  • fixed build error (expected Rect, found Size)
  • updated summarize subcommand option to print percentages or counts

v0.1.4

12 Mar 05:03

Choose a tag to compare

  • renamed binary to seqsizzle to comply with Rust package naming conventions
  • published seqsizzle on crates.io

v0.1.3

01 Feb 03:57

Choose a tag to compare

  • added summarize subcommand - to be moved to the UI interface later
  • better handling of polyA/T patterns

v0.1.2

24 Jan 07:05

Choose a tag to compare

  • added save pattern as CSV dialog box

v0.1.1

24 Jan 05:18

Choose a tag to compare

  • With exact match, discard surrounding fuzzy match.
  • added comments field

v0.1.0

19 Jan 04:59

Choose a tag to compare

  • Fixed backspace cannot delete patterns in search panel
  • Added read / save search patterns with CSV file
  • Changed to use Enter to add new patterns instead of ALT+5
  • Display error / info messages in red at the bottom