Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iPPIDB
ippidb-web
Commits
53ea44f6
Commit
53ea44f6
authored
Jun 16, 2017
by
Hervé MENAGER
Browse files
remove debug print
Former-commit-id: 09fdc261b15dc7d6c05dcd811ee28de9f6bd1226
parent
7a90f0c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
ippisite/ippidb/models.py
View file @
53ea44f6
...
...
@@ -109,7 +109,6 @@ class Protein(AutoFillableModel):
taxonomy
.
taxonomy_id
=
info
[
'organism'
]
taxonomy
.
save
(
autofill
=
True
)
self
.
organism
=
taxonomy
print
(
self
,
self
.
gene_name
)
super
(
Protein
,
self
).
save
()
for
go_id
in
info
[
'molecular_functions'
]:
try
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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