clingen-data-model / curator

0 stars 0 forks source link

Send a copy of the ClinVar Curation Submission spec to Tristan #69

Open larrybabb opened 3 days ago

larrybabb commented 3 days ago

Tristan needs the clinvar submission spec to begin submitting CNV curations.

larrybabb commented 3 days ago

@tnavatar Here is an excerpt from the first two records in the last submission batch file I sent to ClinVar.

[{
  "Variation ID": "978973",
  "VCV": "VCV000978973",
  "SCV ID": "SCV004805987.1",
  "Submitter ID": "500184",
  "Action": "flagging candidate",
  "Reason": "Outlier claim with insufficient supporting evidence",
  "Notes": null,
  "Timestamp": "2024-10-03T14:35:09Z",
  "Date Created": "2024-10-27",
  "ClinVar Release Date": "2024-10-27",
  "Is Annotation Outdated": "false",
  "Is Annotated SCV Deleted": "false",
  "SCV Deleted Release Date": null
}, {
  "Variation ID": "38612",
  "VCV": "VCV000038612",
  "SCV ID": "SCV001428939.1",
  "Submitter ID": "506086",
  "Action": "flagging candidate",
  "Reason": "Outlier claim with insufficient supporting evidence",
  "Notes": null,
  "Timestamp": "2024-10-04T14:03:02Z",
  "Date Created": "2024-10-27",
  "ClinVar Release Date": "2024-10-27",
  "Is Annotation Outdated": "false",
  "Is Annotated SCV Deleted": "false",
  "SCV Deleted Release Date": null
}]

The fields are defined as follows:

tnavatar commented 3 days ago

Thanks Larry!