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
12cd41f7
Commit
12cd41f7
authored
Feb 03, 2020
by
Jan Keller
Browse files
Little fixes
parent
00ffa524
Changes
2
Hide whitespace changes
Inline
Side-by-side
dbxref/retrieve/interpro.py
0 → 100644
View file @
12cd41f7
dbxref/retrieve/kegg.py
100644 → 100755
View file @
12cd41f7
...
...
@@ -45,7 +45,7 @@ def main():
documents
=
retrieve
(
dbxrefs
,
basics
=
args
.
basics
,
pathway
=
args
.
pathway
,
brite
=
args
.
brite
,
genes
=
args
.
genes
,
reference
=
args
.
reference
,
orthology
=
args
.
orthology
,
motif
=
args
.
motif
,
formula
=
args
.
formula
,
reaction
=
args
.
reaction
,
dbxrefs_links
=
args
.
dbxref_links
)
print
(
json
.
dumps
(
documents
))
print
(
json
.
dumps
(
documents
,
sort_keys
=
True
,
indent
=
4
))
def
retrieve
(
dbxrefs
,
basics
,
pathway
,
brite
,
dbxrefs_links
,
genes
,
reference
,
orthology
,
motif
,
formula
,
reaction
):
...
...
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