This page applies to FASTA mode. GFA mode annotates graph segments but does not emit scaffold classes.
Teloscope classifies each sequence from scaffold-terminal telomere blocks only. A block counts as scaffold-terminal when it falls within -t/--terminal-limit of the sequence start or end.
| Type | Gapped variant | Meaning |
|---|---|---|
t2t |
gapped_t2t |
one p block at the left end and one q block at the right end |
incomplete |
gapped_incomplete |
only one terminal arm is present |
misassembly |
gapped_misassembly |
terminal arms exist but the arrangement is wrong, or the same arm appears twice |
discordant |
gapped_discordant |
a terminal block is present but its strand composition contradicts its position |
none |
gapped_none |
no scaffold-terminal telomere block was detected |
The gapped_ prefix is added when the sequence contains assembly gaps.
Teloscope applies the rules in this order:
- No scaffold-terminal blocks:
none - Any longest terminal arm with the wrong positional orientation:
discordant - One
pblock left of oneqblock:t2t - Both arms present but reversed:
misassembly - One arm present, plus a second scaffold-terminal block of the same arm:
misassembly - One terminal arm only:
incomplete
Each terminal block is labeled from strand balance:
p: forward-strand dominantq: reverse-strand dominantb: balanced or mixed
The granular column in *_report.tsv shows the block pattern for each sequence.
Examples:
PQ: one dominantpblock and one dominantqblockP: one dominantpblock onlyPq: one largepblock and one smallerqblockP*: apblock in a discordant position
Uppercase marks the longest block for that arm. * marks positional discordance.