opentargets / issues

Issue tracker for Open Targets Platform and Open Targets Genetics Portal
https://platform.opentargets.org https://genetics.opentargets.org
Apache License 2.0
12 stars 2 forks source link

Sorting out Uniprot literature evidence #3568

Open DSuveges opened 1 month ago

DSuveges commented 1 month ago

The Uniprot evidence parser outputs one single evidence file containing both uniprot_literature and uniprot_variants data sources. The generation of the uniprot variant data set is sorted out, however the literature based evidence set is not.

There are two option to prepare data:

  1. As an interim solution, we can use the java parser to generate evidence, then extract the literature one.
  2. As a stable solution implement the parser as part of the other OT maintained evidence parser.

If 2. could not be completed by the data submission for the December release, 1 can be applied to not block the release.

Requirements for the stable solution