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

Conflicting "has_name" for ChEBI nodes in different imported datasets #21

Open
Necr0x0Der opened this issue May 6, 2020 · 1 comment

Comments

@Necr0x0Der
Copy link

Go-Plus-CHEBI_with_definition_2020-04-16.scm contains entries like

(EvaluationLink 
	 (PredicateNode "has_name")
	 (ListLink 
		 (MoleculeNode "ChEBI:17677")
		 (ConceptNode "CTP")))

while smpdb_chebi_2020-04-03.scm contains another name for the same node

(EvaluationLink 
	(PredicateNode "has_name")
	(ListLink 
		(MoleculeNode "ChEBI:17677")
		(ConceptNode "({[({[(2R,3S,4R,5R)-5-(4-amino-2-oxo-1,2-dihydropyrimidin-1-yl)-3,4-dihydroxyoxolan-2-yl]methoxy}(hydroxy)phosphoryl)oxy](hydroxy)phosphoryl}oxy)phosphonic acid")))
@noskill
Copy link
Contributor

noskill commented May 13, 2020

It should be has_formula perhaps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants