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
f"Multiple cDNA accessions found in post-mapped metadata for target {target.name} in score set {score_set.urn}. Cannot determine which to use."
47
+
)
48
+
# if sequence-based and no cDNA accession, warn that no transcript was specified
41
49
else:
42
-
raiseValueError(
43
-
f"Multiple cDNA accessions found in post-mapped metadata for target {target.urn} in score set {score_set.urn}. Cannot determine which to use."
50
+
# for coding score sets, the mapper should have returned a cdna post mapped metadata entry. Use mane transcript from clingen for now, but warn that we are assuming transcript.
51
+
logger.warning(
52
+
f"No cDNA accession found in post-mapped metadata for target {target.name} in score set {score_set.urn}. This is expected if variants were only provided at the protein level. If variants are at the nucleotide level, will assume MANE transcript from ClinGen for coding variant."
44
53
)
45
-
# if sequence-based and no cDNA accession, warn that no transcript was specified
46
54
else:
47
55
# for coding score sets, the mapper should have returned a cdna post mapped metadata entry. Use mane transcript from clingen for now, but warn that we are assuming transcript.
48
56
logger.warning(
49
-
f"No cDNA accession found in post-mapped metadata for target {target.urn} in score set {score_set.urn}. This is expected if variants were only provided at the protein level. If variants are at the nucleotide level, will assume MANE transcript from ClinGen for coding variant."
57
+
f"No post-mapped metadata for target {target.name} in score set {score_set.urn}. Will assume MANE transcript from ClinGen for coding variant."
0 commit comments