We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56e36e6 commit 088d8e9Copy full SHA for 088d8e9
src/dcd_mapping/vrs_map.py
@@ -226,7 +226,7 @@ def _adjust_genomic_variant_to_ref(
226
break
227
228
if query_subrange_containing_hit is None or target_subrange_containing_hit is None:
229
- msg = "Hit was not contained, or multi-position hit was not fully contained, within the query and/or target subranges."
+ msg = "Variant was not contained, or multi-position variant was not fully contained, within the aligned portion of the query sequence."
230
raise ValueError(msg)
231
232
for idx, start in enumerate(starts):
0 commit comments