Mercurial > repos > blankenberglab > gpca
diff test-data/html_outfile_1/html_outfile_1.html @ 3:8def7dda3bee draft
planemo upload for repository https://github.com/blankenberglab/galaxy-tools-blankenberg/tree/master/tools/r-gpca commit f5a03b0978b3a7473f034b87a87765ff1d65d720
| author | blankenberglab |
|---|---|
| date | Mon, 03 Dec 2018 15:04:08 -0500 |
| parents | d93629e79f5e |
| children |
line wrap: on
line diff
--- a/test-data/html_outfile_1/html_outfile_1.html Tue Nov 27 12:29:58 2018 -0500 +++ b/test-data/html_outfile_1/html_outfile_1.html Mon Dec 03 15:04:08 2018 -0500 @@ -1,26 +1,46 @@ -<html><body><a name="top"></a> -<div align="left><ul id =""><p><b>Table of Contents</b></p></ul></div> +<!DOCTYPE html> + <html lang="en"> + <head> + <style> + table, td, th { + margin-left:auto; + margin-right:auto; + border: 2px solid black; + } + h2, ul { + text-align:left; + } + h1 { + text-align:center; + } + body { + text-align: center; + } + p { + font-size: 0px; + } + </style> + <title>HTML gPCA</title></head><body><p>If you are seeing this then CSS is not whitelisted</p><h2 id = "top">Table of Contents</h2><ul> <li><a href="#time_period">time_period</a></li> +</ul> -<header id=time_period><center><font size="11">time_period</font><center></header> -<br> -<table align="center" border="1"> +<h1 id="time_period">time_period</h1> +<br> +<table> <tr> <th>Delta</th><th>P-value</th><th>varPCg1</th> </tr> <tr> - <td id="#">0.824447005030577</td><td id=p.val>0.512</td><td id=varPCg1>20.6295699072817</td> + <td>0.824447005030577 </td><td>0.512 </td><td>20.6295699072817</td> </tr> -</table> -<center><img src="gDist_1.png"/></center><br> -<center><title>Guided 1v2</title><br><img src="guided_1v2_1.png"/></center><br> -<center><title>Unguided 1v2</title><br><img src="unguided_1v2_1.png"/></center><br> +</table><br> +<h3>gDist</h3><br><img src="gDist_1.png" alt="gDist"/> +<br> +<h3>Guided 1v2</h3><br><img src="guided_1v2_1.png" alt="guided_1v2" /><br> +<h3>Unguided 1v2</h3><br><img src="unguided_1v2_1.png" alt="unguided_1v2" /><br> +<h3>Guided Compare to 3</h3><br><img src="guided_npcs_1.png" alt="guided_npcs"/><br> +<h3>Unguided Compare to 3</h3><br><img src="unguided_npcs_1.png" alt="unguided_npcs"/><br> +<h3>Guided Cumulative Variance</h3><br><img src="guided_var_1.png" alt="guided_var" /><br> +<h3>Unguided Cumulative Variance</h3><br><img src="unguided_var_1.png" alt="unguided_var" /><br> -<center><title>Guided Compare to 3</title><br><img src="guided_npcs_1.png"/></center><br> -<center><title>Unguided Compare to 3</title><br><img src="unguided_npcs_1.png"/></center><br> - -<center><title>Guided Cumulative Variance</title><br><img src="guided_var_1.png"/></center><br> -<center><title>Unguided Cumulative Variance</title><br><img src="unguided_var_1.png"/></center><br> - - -<p><center><a href="#top">Back to Top</a></center></p></body></html> +<a href="#top">Back to Top</a></body></html>
