changeset 35:360ec0ae04c9 draft

Uploaded
author brasset_jensen
date Sun, 17 Jun 2018 16:35:24 -0400
parents 54cb93674556
children 82779d2aacdd
files bin/html.pm
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/bin/html.pm	Sun Jun 17 16:32:54 2018 -0400
+++ b/bin/html.pm	Sun Jun 17 16:35:24 2018 -0400
@@ -116,9 +116,9 @@
 					<h2>$id</h2>
 					<p> <img class=\"featurette-image\" src=\"$id/histogram.png\"/></p>
 					<p><a href=\"$id/overlap_size.txt\">ping pong signature</a></p>
-					<p><a href=\"$id/sensPPP.txt\">sens reads with PPP</a></p>
+					<p><a href=\"$id/sensPPP.txt\">sense reads with PPP</a></p>
 					<p><a href=\"$id/antisensPPP.txt\">reverse reads  with PPP</a></p>
-					<p><a href=\"$id/sens.txt\">sens reads without PPP</a></p>
+					<p><a href=\"$id/sens.txt\">sense reads without PPP</a></p>
 					<p><a href=\"$id/antisens.txt\">reverse reads without PPP</a></p>
 					</div>";
  				footer($sub);
@@ -839,9 +839,9 @@
     <h2>$k</h2>
     <p class=\"featurette-p\"> <img src=\"$v->[5]\"/></p>
     <p class=\"featurette-p\"><a href=\"$v->[4]\">ping pong signature</a></p>
-    <p class=\"featurette-p\"><a href=\"$v->[2]\">sens reads with PPP</a></p>
+    <p class=\"featurette-p\"><a href=\"$v->[2]\">sense reads with PPP</a></p>
     <p class=\"featurette-p\"><a href=\"$v->[3]\">reverse reads  with PPP</a></p>
-    <p class=\"featurette-p\"><a href=\"$v->[0]\">sens reads without PPP</a></p>
+    <p class=\"featurette-p\"><a href=\"$v->[0]\">sense reads without PPP</a></p>
     <p class=\"featurette-p\"><a href=\"$v->[1]\">reverse reads without PPP</a></p>
     </div>
     ";