Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ippidb-web
Manage
Activity
Members
Labels
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iPPIDB
ippidb-web
Commits
53ea44f6
Commit
53ea44f6
authored
7 years ago
by
Hervé MENAGER
Browse files
Options
Downloads
Patches
Plain Diff
remove debug print
Former-commit-id: 09fdc261b15dc7d6c05dcd811ee28de9f6bd1226
parent
7a90f0c2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ippisite/ippidb/models.py
+0
-1
0 additions, 1 deletion
ippisite/ippidb/models.py
with
0 additions
and
1 deletion
ippisite/ippidb/models.py
+
0
−
1
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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment