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
9afdc523
Commit
9afdc523
authored
6 years ago
by
Hervé MENAGER
Browse files
Options
Downloads
Patches
Plain Diff
Add cell line info for tests in compound card pharmacology tab
Former-commit-id: 44951879e0dbcafb87144a65955d04ebed96763c
parent
e1e053cd
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/templates/compound_card.html
+5
-3
5 additions, 3 deletions
ippisite/ippidb/templates/compound_card.html
with
5 additions
and
3 deletions
ippisite/ippidb/templates/compound_card.html
+
5
−
3
View file @
9afdc523
...
...
@@ -192,9 +192,10 @@
<th
class=
"col-sm-1"
scope=
"col"
>
Bibliography
</th>
<th
class=
"col-sm-1"
scope=
"col"
>
Target
</th>
<th
class=
"col-sm-1"
scope=
"col"
>
Competition
</th>
<th
class=
"col-sm-2"
scope=
"col"
>
Assay type
</th>
<th
class=
"col-sm-5"
scope=
"col"
>
Assay name
</th>
<th
class=
"col-sm-1"
scope=
"col"
>
Activity type
</th>
<th
class=
"col-sm-1"
scope=
"col"
>
Assay type
</th>
<th
class=
"col-sm-3"
scope=
"col"
>
Assay name
</th>
<th
class=
"col-sm-1"
scope=
"col"
>
Cell line
</th>
<th
class=
"col-sm-3"
scope=
"col"
>
Activity type
</th>
<th
class=
"col-sm-1"
scope=
"col"
>
Activity
</th>
</tr>
</thead>
...
...
@@ -206,6 +207,7 @@
<td>
{{ car.test_activity_description.protein_domain_partner_complex.name }} {{ car.test_activity_description.protein_domain_partner_complex.protein.uniprot_id }}
</td>
<td>
{{ car.test_activity_description.get_test_type_display }}
</td>
<td>
{{ car.test_activity_description.test_name }}
</td>
<td>
{{ car.test_activity_description.cell_line.name }}
</td>
<td>
{{ car.get_activity_type_display }}
</td>
<td>
{{ car.activity|floatformat:2 }}
</td>
</tr>
...
...
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