You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-Insertions and deletions are detected but not fully codon-annotated
283
+
-VCF insertions and deletions are detected but not fully codon-annotated; iVar TSV indel notation such as `+A` or `-N` is skipped
277
284
- Multiallelic VCF records require `--split-multiallelic` or pre-splitting (`bcftools norm -m -`)
278
285
- Variant contig names must match FASTA and GFF exactly
279
286
-**Multiple transcripts per gene**: when using `--gff-features CDS` with a GFF file that contains multiple transcripts for the same gene, each transcript is annotated independently, producing one output line per transcript per variant. If you want a single line per variant, filter your GFF to keep only the canonical transcript before running get_MNV (e.g., using [AGAT](https://github.com/NBISweden/AGAT)`agat_sp_keep_longest_isoform.pl` or a similar tool)
0 commit comments