Skip to content

Releases: telatin/seqfu2

v.1.18.0 — ✂️shred more

17 Aug 13:59

Choose a tag to compare

  • Added paired end support for fu-shred
  • Added --noheader in seqfu stats
  • Minor fixes

v1.17.1 – detabulate bug fix 🐛

21 Dec 16:48

Choose a tag to compare

  • Fixed bug on seqfu tabulate when detabulating FASTQ files

v1.17.0 – 🧵 no threads

07 Dec 21:15

Choose a tag to compare

SeqFu 1.16.0 — 🖍 crayon

14 Oct 15:39

Choose a tag to compare

  • Update color schemes for fu-msa, added aminoacid
  • Bugfix in seqfu check to ensure matching of the correct files when using --dir
  • Bugfix in seqfu bases to ensure --abs and --basename are honored
  • Update unit tests
  • Code refactoring on several tools

SeqFu 1.15.3 – 🫧 Bath Hackathon edition

13 Sep 15:38

Choose a tag to compare

SeqFu 1.15.0 — 🕵️‍♂️ Sherlock edition

07 Sep 14:21

Choose a tag to compare

  • New SeqFu check program to validate the integrity of FASTQ datasets
  • Bug fix in seqfu qual that was printing debug information in non-debug runs

SeqFu v1.14.0 — 🥒 slicing edition

18 Jul 15:48

Choose a tag to compare

  • First release officially shipping fu-split
    • fu-split now can use a different SeqFu than specified in path, setting $SEQFU_BIN or --bin option
    • fu-split version check fixed
  • SeqFu grep will die if fed with non existing files (to ensure no wrong parameters were passed)
  • SeqFu grep will match oligos case insensitive by default
  • Addedd invert match -v to seqfu grep
  • Improved fu-tabcheck, notably added --inspect option to print columns info
  • ⚠️ Bugfix in seqfu tab: was not working with FASTA files
  • SeqFu head and SeqFu tail migrated to readfq library

SeqFu v1.13.2

13 Jul 10:33

Choose a tag to compare

  • added --print-last option to seqfu cat and seqfu heda
  • updated fu-split, with support for paired end reads, improved performance thanks to --print-last, new tests

SeqFu v1.13.1

11 Jul 15:05

Choose a tag to compare

SeqFu v1.13.1 Pre-release
Pre-release
  • added fu-split (experimental)

SeqFu v1.13.0 — 💎🐈‍⬛ rich cat edition

09 Jul 10:15

Choose a tag to compare

  • seqfu cat now can skip a set of initial sequences (--skip-first INT) or start from a specific sequence (--jump-to AFTERTHIS)
  • Minor updates in the test suite, github actions (including rich_codex) and documentation updates