Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Carlos GO
RNAmigos_server
Commits
4cf80f1a
Commit
4cf80f1a
authored
Jun 17, 2020
by
Carlos GO
Browse files
print edges
parent
03826dce
Changes
1
Hide whitespace changes
Inline
Side-by-side
pdb2fr3d.py
View file @
4cf80f1a
...
...
@@ -85,7 +85,7 @@ def get_graph(pdb_path):
fr3d_raw
=
get_fr3d
(
pdb_path
)
# graph = parse_fr3d("", pdb_path)
graph
=
parse_fr3d
(
fr3d_raw
,
pdb_path
)
print
(
graph
.
edges
())
print
(
graph
.
edges
(
data
=
True
))
return
graph
if
__name__
==
"__main__"
:
...
...
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