Releases: telatin/seqfu2
Releases · telatin/seqfu2
v.1.18.0 — ✂️shred more
- Added paired end support for
fu-shred - Added
--noheaderinseqfu stats - Minor fixes
v1.17.1 – detabulate bug fix 🐛
- Fixed bug on
seqfu tabulatewhen detabulating FASTQ files
v1.17.0 – 🧵 no threads
SeqFu 1.16.0 — 🖍 crayon
- Update color schemes for fu-msa, added aminoacid
- Bugfix in
seqfu checkto ensure matching of the correct files when using--dir - Bugfix in
seqfu basesto ensure--absand--basenameare honored - Update unit tests
- Code refactoring on several tools
SeqFu 1.15.3 – 🫧 Bath Hackathon edition
Experimental seqfu bases
SeqFu 1.15.0 — 🕵️♂️ Sherlock edition
- New SeqFu check program to validate the integrity of FASTQ datasets
- Bug fix in
seqfu qualthat was printing debug information in non-debug runs
SeqFu v1.14.0 — 🥒 slicing edition
- First release officially shipping
fu-splitfu-splitnow can use a different SeqFu than specified in path, setting$SEQFU_BINor--binoptionfu-splitversion 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
-vtoseqfu grep - Improved
fu-tabcheck, notably added--inspectoption to print columns info ⚠️ Bugfix inseqfu tab: was not working with FASTA files- SeqFu head and SeqFu tail migrated to readfq library
SeqFu v1.13.2
- added
--print-lastoption 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
- added
fu-split(experimental)
SeqFu v1.13.0 — 💎🐈⬛ rich cat edition
seqfu catnow 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