Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ippidb-web
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
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
271245df
Commit
271245df
authored
5 years ago
by
Hervé MENAGER
Browse files
Options
Downloads
Patches
Plain Diff
remove unused property from Compound: best_pXC50_activity
(replaced by cached best_activity)
parent
da82f21b
No related branches found
No related tags found
1 merge request
!13
Master
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ippisite/ippidb/models.py
+0
-6
0 additions, 6 deletions
ippisite/ippidb/models.py
with
0 additions
and
6 deletions
ippisite/ippidb/models.py
+
0
−
6
View file @
271245df
...
...
@@ -857,12 +857,6 @@ class Compound(AutoFillableModel):
pfam_ids
.
add
(
bound_complex
.
complex
.
domain
.
pfam_id
)
return
pfam_ids
@property
def
best_pXC50_activity
(
self
):
return
self
.
compoundactivityresult_set
.
aggregate
(
Max
(
"
activity
"
))[
"
activity__max
"
]
@property
def
best_pXC50_compound_activity_result
(
self
):
best_pXC50_activity
=
self
.
best_activity
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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