Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dovitinib is not annotated with a structure identifier in GPML (but is in original) #65

Open
egonw opened this issue Oct 28, 2018 · 1 comment
Assignees
Labels
CheckNewRelease Check these issues when Reactome has a new release enhancement

Comments

@egonw
Copy link
Member

egonw commented Oct 28, 2018

The resulting GPML has this, but looking at Dovitinib in Reactome (https://reactome.org/PathwayBrowser/#/R-HSA-5655302&DTAB=MT), it seems annotated with a PubChem compound identifier:

  <DataNode TextLabel="Dovitinib " GraphId="ba4b1" GroupRef="d4f5d">
    <Attribute Key="cellular_location" Value="cytosol" />
    <Attribute Key="complex_id" Value="R-ALL-2045079" />
    <Attribute Key="copies_num" Value="1" />
    <Graphics CenterX="0.0" CenterY="0.0" Width="0.0" Height="0.0" ZOrder="32768" FontSize="10" Valign="Middle" />
    <Xref Database="" ID="" />
  </DataNode>
@egonw
Copy link
Member Author

egonw commented Oct 28, 2018

It should be working:

} else if (db.getDisplayName().equalsIgnoreCase("PubChem Compound")) {
pwyele.setDataSource(DataSource.getExistingBySystemCode("Cpc"));

@DeniseSl22 DeniseSl22 self-assigned this Aug 19, 2020
@DeniseSl22 DeniseSl22 added the CheckNewRelease Check these issues when Reactome has a new release label Aug 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CheckNewRelease Check these issues when Reactome has a new release enhancement
Projects
None yet
Development

No branches or pull requests

2 participants