-
Notifications
You must be signed in to change notification settings - Fork 82
SeqAn3 design decisions
Lydia Buntrock edited this page Oct 6, 2021
·
2 revisions
Documents on high-level design decisions in certain modules:
-
Argument Parser
seqan3/argument_parser
-
Alphabet
seqan3/alphabet
-
ranges
-
Containers
seqan3/containers
-
Containers
-
Alignment
seqan3/alignment
- find
- graph
- search
-
Indexes
seqan3/index
- Input/Output
seqan3/io
- stream tokenisation, virtual_stream
- Sequence (Fasta, Fastq...)
- Alignment (SAM/BAM/CRAM, Blast)
- Structure (vienna)
- annotation (GTF, GFF...)
Drafts for new modules:
- I/O
- Tokenization -- Specification of Tokenization
- Stream -- Streams in SeqAn3