Skip to content
Snippets Groups Projects
Commit 9afdc523 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

Add cell line info for tests in compound card pharmacology tab

Former-commit-id: 44951879e0dbcafb87144a65955d04ebed96763c
parent e1e053cd
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment