view ramachandran_auto_protein_html.j2 @ 7:1a220575ad7a draft

"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 1b23e024af45cc0999d9142d07de6897d4189ec2"
author chemteam
date Mon, 24 Aug 2020 16:18:28 -0400
parents
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>