in coronavirus_biogrid.py, change senamatics of association of SARS-CoV-2 genes and proteins from current format to pathway semantics so the set of SARS2 genes can be displayed like a pathway in the gene-annotation service.
(EvaluationLink
(PredicateNode "from_organism")
(ListLink
(GeneNode "M")
(ConceptNode "ncbi:2697049")))
should be
(MemberLink
(GeneNode "M")
(ConceptNode "ncbi:2697049"))
in coronavirus_biogrid.py, change senamatics of association of SARS-CoV-2 genes and proteins from current format to pathway semantics so the set of SARS2 genes can be displayed like a pathway in the gene-annotation service.
should be