fastfasta
Fastfasta is a software utility and library designed for working with FASTA sequence files in bioinformatics workflows. It aims to provide fast, memory-efficient handling of large sequence collections, enabling common operations without loading entire files into memory.
Key features include streaming parsing of FASTA records, sequence filtering by length or header pattern, GC
Implementation and availability: fastfasta is distributed as both a command-line program and a library; it provides
Development and ecosystem: The project is maintained by an international contributor base and integrates with common