Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 433 Bytes

10_input_and_output.md

File metadata and controls

19 lines (17 loc) · 433 Bytes
layout title permalink redirect_from
page
Input and Output
/input-and-output/
/inputoutput/

SeqAn supports many standard file formats for sequence analysis and additional provides directives to write new I/O modules. Among the sequence file formats are:

  • FASTA/FASTQ,
  • indexed FASTA,
  • BLAST,
  • SAM/BAM
  • VCF
  • BED
  • GFF and GTF

Especially in BAM I/O SeqAn is among the fastest implementations around. Try it out!