Skip to content

Releases: telatin/seqfu2

SeqFu 1.16.0 — 🖍 crayon

14 Oct 15:39
Compare
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
Compare
Choose a tag to compare

SeqFu 1.15.0 — 🕵️‍♂️ Sherlock edition

07 Sep 14:21
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

SeqFu v1.12.0 – 🇨🇦 Canadian edition

24 Jun 12:29
Compare
Choose a tag to compare
  • Expanded "fu-index": also reports run infos, not only indexes
  • Minor bugfix

SeqFu v1.11.0 – 👑 jubilee edition

05 Jun 13:02
Compare
Choose a tag to compare
  • Improved seqfu stats: added sorting option and JSON output, added GC content, improved test suite.
  • bugfix Seqfu tabulate -d (detabulate) was too stringent in requiring forward and reverse reads to have the same length 🤦

SeqFu v1.10.0 – 🤍 Bianca edition

30 Mar 09:08
Compare
Choose a tag to compare
  • Added support for MetaPhage to seqfu metadata
  • Added --header to fu-tabcheck
  • Minor fixes