Mercurial > repos > chemteam > mdanalysis_endtoend
view ramachandran_auto_protein_html.j2 @ 2:795a5996cdc8 draft default tip
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1c3c88c7395f2e84cbc533199406aadb79c5c07"
author | chemteam |
---|---|
date | Fri, 13 Nov 2020 19:40:30 +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>