Skip to content

Commit

Permalink
Work around bug in libzeep
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Jan 27, 2025
1 parent 56f74c0 commit 4ef77cb
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions docroot/model.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,19 @@ <h5 z:text="${title}"></h5>
z:text="|${af_id}/json|"></a></td>
</tr>

<tr z:switch="${source}">
<z:block z:case="BFVD">
<td>Original BFVD model</td>
<td>
<a z:href="|https://bfvd.foldseek.com/cluster/${id}|"
z:text="|https://bfvd.foldseek.com/cluster/${id}|" target="_BLANK"></a>
</td>
</z:block>
<z:block z:case="*">
<td>Original AlphaFold model</td>
<td>
<a z:href="|https://alphafold.ebi.ac.uk/entry/${id}|"
z:text="|https://alphafold.ebi.ac.uk/entry/${id}|" target="_BLANK"></a>
</td>
</z:block>
<tr z:if="${source == 'BFVD'}">
<td>Original BFVD model</td>
<td>
<a z:href="|https://bfvd.foldseek.com/cluster/${id}|"
z:text="|https://bfvd.foldseek.com/cluster/${id}|" target="_BLANK"></a>
</td>
</tr>
<tr z:if="${source != 'BFVD'}">
<td>Original AlphaFold model</td>
<td>
<a z:href="|https://alphafold.ebi.ac.uk/entry/${id}|"
z:text="|https://alphafold.ebi.ac.uk/entry/${id}|" target="_BLANK"></a>
</td>
</tr>
</table>

Expand Down

0 comments on commit 4ef77cb

Please sign in to comment.