view ramachandran_auto_protein_html.j2 @ 1:ce9dc91ff87f draft

"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 45fe75a3a8ca80f799c85e194429c4c7f38bb5f6"
author chemteam
date Wed, 28 Oct 2020 21:37:06 +0000
parents 78aa3659fcd1
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>