Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SOaAS
dbxref
Commits
54d1951c
Commit
54d1951c
authored
Feb 04, 2020
by
Jan Keller
Browse files
Small changes logging
parent
ed016b1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
dbxref/retrieve/kegg.py
View file @
54d1951c
...
...
@@ -51,7 +51,6 @@ def main():
def
retrieve
(
dbxrefs
,
basics
,
pathway
,
brite
,
dbxrefs_links
,
genes
,
reference
,
orthology
,
motif
,
formula
,
reaction
):
"""Parse kegg text file and return a list "documents" including the extracted information of the given entries. """
print
(
dbxrefs
)
resolved
=
dbxref
.
resolver
.
resolve
(
dbxrefs
,
check_existence
=
False
)
documents
=
[]
for
entry
in
resolved
:
...
...
Write
Preview
Supports
Markdown
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