Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 884 Bytes

02-nuc-alignment.md

File metadata and controls

14 lines (7 loc) · 884 Bytes

Nucleotide alignment

Aligned sequences are produced as a result of the sequence alignment step and are being output in FASTA format.

All alignments are with respect to the reference sequences.

Any insertions relative to the reference are stripped from the output sequences. You can find them in the analysis results files: tabular or json.

Nextclade Web: download nextclade.aligned.fasta.

Nextclade CLI argument: --output-fasta/-o <FILENAME>. If the CLI flag --include-reference is set, the reference sequence is included as the first entry.

⚠️ Note that if alignment or analysis of an individual sequence fails, it is omitted from the output alignment file. See Errors and warnings section for more details.