We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
is
Is
1 parent f0de36b commit a4693baCopy full SHA for a4693ba
pyneuroml/annotations.py
@@ -93,7 +93,7 @@ def __init__(self):
93
"description": DC.description,
94
"keywords": PRISM.keyword,
95
"thumbnails": COLLEX.thumbnail,
96
- "is_": BQBIOL.Is,
+ "is_": getattr(BQBIOL, "is"),
97
"organisms": BQBIOL.hasTaxon,
98
"encodes_other_biology": BQBIOL.encodes,
99
"has_version": BQBIOL.hasVersion,
0 commit comments