-
Notifications
You must be signed in to change notification settings - Fork 38
Description
We are currently using AnnotSV v3.4.4, for the annotation of a large dataset of structural variants (SVs and CNVs), and we have encountered a recurring issue regarding transcript prioritization.
In multiple cases, we observe that AnnotSV annotates variants using XM_ (predicted RefSeq) transcripts, even when a corresponding NM_ (curated RefSeq) transcript is available and clearly more relevant-for example, the NM_ transcript either overlaps or is disrupted by the variant.
This behavior is problematic because it leads to misleading or suboptimal annotations, especially in clinical interpretation pipelines where NM_ transcripts are expected to be prioritized whenever available.
We would appreciate your insight into the following questions:
Has there been a change in transcript prioritization logic in AnnotSV v3.4.4 that might explain this behavior?
Is there a way to explicitly force AnnotSV to prioritize NM_ transcripts over XM_ when both are available? (e.g., a parameter, configuration option, or filtered transcript reference file?)
This issue did not occur in earlier versions of AnnotSV we tested, where NM_ transcripts were consistently preferred.

We are trying to determine whether this is a version-related change, a misconfiguration on our side, or due to an upstream annotation file issue.