ClinVar submission complaints #27
alexejknaus
started this conversation in
General
Replies: 0 comments 2 replies
-
The XSD schema version for clinvar export used in VarFish is 1.6. The latest schema version in ClinVar is 1.7 where enumeration for Named Protein Variant is added to the list of Trait Types. So the same needs to be updated in Varfish. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Fixed in #226. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After generating an XML submission for a single variant, ClinVar issued several complaints:
How should it be possible to add a submission ID, prior submission?
Suggestion:
Please adjust that HPO terms are submitted only in the VarFish ClinVar submission tool, so that instad of
<Trait>
<TraitType val_type="name">Finding</TraitType>
<Name>
<ElementValueType val_type="name">Preferred</ElementValueType>
<ElementValue>Muscular hypotonia of the trunk</ElementValue>
</Name>
<XRef db="HP" id="HP:0008936"/>
</Trait>
it only shows:
<Trait>
<TraitType val_type="name">Finding</TraitType>
<XRef db="HP" id="HP:0008936"/>
</Trait>
(/ClinvarSubmissionSet/ClinvarSubmission/TraitSet/Trait/Name OR /ClinvarSubmissionSet/ClinvarSubmission/TraitSet/Trait/XRef),
because we no longer process both Preferred name and Database identifier. The Database ID is preferred and can be any of OMIM, MeSH, MedGen, UMLS, Orphanet, HPO, or MONDO IDs.
The reason for missing condition name was that OMIM db was not up-to-date in VarFish. This is requested in another ticket.
Beta Was this translation helpful? Give feedback.
All reactions