fastx-io 0.3.0

Fast, streaming FASTA/FASTQ reader and writer for bioinformatics pipelines
Documentation
1
2
3
4
5
6
7
# Keep line endings stable across platforms: LF everywhere.
* text=auto eol=lf

# Sequence fixtures are byte-sensitive; never let them become CRLF.
*.fa text eol=lf
*.fq text eol=lf
*.fai text eol=lf