Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Aishwarya Alex
xBELtoCellD
Commits
2a62f557
Commit
2a62f557
authored
Jan 25, 2018
by
Aishwarya Alex
Browse files
restrucred code, class
parent
9add831f
Changes
1
Hide whitespace changes
Inline
Side-by-side
xBEL2CellD.py
View file @
2a62f557
...
...
@@ -27,14 +27,6 @@ class xBEL2CellD:
self
.
reflect_client
=
reflectclient
.
ReflectClient
()
# # Get meshID from reflect
# def getMeshIDfromTerm(self, term):
# mesh_id = term
# mDict = self.mDict
# mesh_id = mDict[term.lower()] if mDict.has_key(term.lower()) is True else term
# return mesh_id
# func to get parameters(function, name and namespace) for elements (any node SUBJECT,OBJECT, MODIFIER(if nested))
def
get_details_from_node
(
self
,
speciesMap
,
node
):
try
:
...
...
@@ -48,7 +40,7 @@ class xBEL2CellD:
print
"!!! FUNC:get_details_from_node!!!"
print
str
(
detailsEx
.
args
)
# GET DETAILS FROM TERM FUNCTION AND P
AR
ameter
# GET DETAILS FROM TERM FUNCTION AND P
ar
ameter
def
get_entry_for_term
(
self
,
term
):
try
:
entry
=
""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment