view ramachandran_auto_protein_html.j2 @ 2:589f8ef21e58 draft default tip

"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1c3c88c7395f2e84cbc533199406aadb79c5c07"
author chemteam
date Fri, 13 Nov 2020 19:44:09 +0000
parents 743bd6aa3c7a
children
line wrap: on
line source

<html>

<head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  <title>{{ title }}</title>
</head>

<body>
  <table>
    <tr>
      <th>Selection</th>
      <th>Ramachandran scatter plot</th>
      <th>Ramachandran histogram </th>
    </tr>
    {% for plot in plots %}
    <tr>
      <td>{{ plot['Name'] }}</td>
      <td style="vertical-align:center"><img src="data:image/png;base64,{{plot['plot1']}}" /> </td>
      <td style="vertical-align:center"><img src="data:image/png;base64,{{plot['plot2']}}" /> </td>
    </tr>
    {% endfor %}
  </table>
</body>

</html>