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

correct Pfizer's rule for TPSA comment in compound card

must be >=75 Å


Former-commit-id: ac37561ed194d56b4c2889ba9f8467bcee2de90c
parent 813b0a66
No related branches found
No related tags found
No related merge requests found
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
<th scope="row">TPSA</th> <th scope="row">TPSA</th>
<td class="table-light"></td> <td class="table-light"></td>
<td class="text-right {% if compound.veber_tpsa %}table-success{% else %}table-danger{% endif %}" title="TPSA <= 140">{{ compound.tpsa }}</td> <td class="text-right {% if compound.veber_tpsa %}table-success{% else %}table-danger{% endif %}" title="TPSA <= 140">{{ compound.tpsa }}</td>
<td class="text-right {% if compound.pfizer_tpsa %}table-success{% else %}table-danger{% endif %}" title="TPSA <= 75">{{ compound.tpsa }}</td> <td class="text-right {% if compound.pfizer_tpsa %}table-success{% else %}table-danger{% endif %}" title="TPSA >= 75">{{ compound.tpsa }}</td>
</tr> </tr>
<tr> <tr>
<th scope="row">RB</th> <th scope="row">RB</th>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment