annotate ImportDataFromMatrix_tpl.html @ 17:ef7d98f9eb51
 draft 
planemo upload for repository https://github.com/sblanck/smagexp/tree/master/smagexp_tools commit f981b0fd5431199f51e2db8c680eb3d2d1d741b6
 | author | 
 sblanck | 
 | date | 
 Thu, 14 Dec 2017 04:34:43 -0500 | 
 | parents | 
 93451f832736  | 
 | children | 
  | 
 | rev | 
   line source | 
  
| 
2
 | 
     1 <!DOCTYPE html>
 | 
| 
 | 
     2 <html>
 | 
| 
 | 
     3 <head>
 | 
| 
 | 
     4 	<meta http-equiv="Content-type" content="text/html; charset=utf-8">
 | 
| 
 | 
     5 	<meta name="viewport" content="width=device-width,initial-scale=1">
 | 
| 
 | 
     6 	<title>Quality Control</title>
 | 
| 
 | 
     7 	
 | 
| 
 | 
     8 </head>
 | 
| 
 | 
     9 
 | 
| 
 | 
    10 <body>
 | 
| 
 | 
    11 
 | 
| 
 | 
    12 <h2>Normalized data</h2>
 | 
| 
 | 
    13 <table><tr><td>
 | 
| 
 | 
    14 <img src='###BOXPLOTNORM###' width="800"><br/>
 | 
| 
 | 
    15 </td></tr></table>
 | 
| 
 | 
    16 
 | 
| 
 | 
    17 <table><tr><td>
 | 
| 
 | 
    18 <img src='###PLOTMANORM###'  width="800"><br/>
 | 
| 
 | 
    19 </td></tr></table>
 | 
| 
 | 
    20 
 | 
| 
 | 
    21 </body>
 | 
| 
 | 
    22 </html>
 |