comparison bin/html.pm @ 35:360ec0ae04c9 draft

Uploaded
author brasset_jensen
date Sun, 17 Jun 2018 16:35:24 -0400
parents 1df6aaac800e
children 4bc00caa60b4
comparison
equal deleted inserted replaced
34:54cb93674556 35:360ec0ae04c9
114 print $sub " 114 print $sub "
115 <div align=\"center\"> 115 <div align=\"center\">
116 <h2>$id</h2> 116 <h2>$id</h2>
117 <p> <img class=\"featurette-image\" src=\"$id/histogram.png\"/></p> 117 <p> <img class=\"featurette-image\" src=\"$id/histogram.png\"/></p>
118 <p><a href=\"$id/overlap_size.txt\">ping pong signature</a></p> 118 <p><a href=\"$id/overlap_size.txt\">ping pong signature</a></p>
119 <p><a href=\"$id/sensPPP.txt\">sens reads with PPP</a></p> 119 <p><a href=\"$id/sensPPP.txt\">sense reads with PPP</a></p>
120 <p><a href=\"$id/antisensPPP.txt\">reverse reads with PPP</a></p> 120 <p><a href=\"$id/antisensPPP.txt\">reverse reads with PPP</a></p>
121 <p><a href=\"$id/sens.txt\">sens reads without PPP</a></p> 121 <p><a href=\"$id/sens.txt\">sense reads without PPP</a></p>
122 <p><a href=\"$id/antisens.txt\">reverse reads without PPP</a></p> 122 <p><a href=\"$id/antisens.txt\">reverse reads without PPP</a></p>
123 </div>"; 123 </div>";
124 footer($sub); 124 footer($sub);
125 } 125 }
126 close $sub; 126 close $sub;
837 837
838 <div class=\"span6\"> 838 <div class=\"span6\">
839 <h2>$k</h2> 839 <h2>$k</h2>
840 <p class=\"featurette-p\"> <img src=\"$v->[5]\"/></p> 840 <p class=\"featurette-p\"> <img src=\"$v->[5]\"/></p>
841 <p class=\"featurette-p\"><a href=\"$v->[4]\">ping pong signature</a></p> 841 <p class=\"featurette-p\"><a href=\"$v->[4]\">ping pong signature</a></p>
842 <p class=\"featurette-p\"><a href=\"$v->[2]\">sens reads with PPP</a></p> 842 <p class=\"featurette-p\"><a href=\"$v->[2]\">sense reads with PPP</a></p>
843 <p class=\"featurette-p\"><a href=\"$v->[3]\">reverse reads with PPP</a></p> 843 <p class=\"featurette-p\"><a href=\"$v->[3]\">reverse reads with PPP</a></p>
844 <p class=\"featurette-p\"><a href=\"$v->[0]\">sens reads without PPP</a></p> 844 <p class=\"featurette-p\"><a href=\"$v->[0]\">sense reads without PPP</a></p>
845 <p class=\"featurette-p\"><a href=\"$v->[1]\">reverse reads without PPP</a></p> 845 <p class=\"featurette-p\"><a href=\"$v->[1]\">reverse reads without PPP</a></p>
846 </div> 846 </div>
847 "; 847 ";
848 $cmp++; 848 $cmp++;
849 } 849 }