diff r_wrapper.sh @ 16:8bdf54f37286 draft

Uploaded
author davidvanzessen
date Mon, 08 Dec 2014 05:21:51 -0500
parents c6d0ee9b3d91
children c5256a227d2d
line wrap: on
line diff
--- a/r_wrapper.sh	Thu Dec 04 10:53:23 2014 -0500
+++ b/r_wrapper.sh	Mon Dec 08 05:21:51 2014 -0500
@@ -26,10 +26,10 @@
 	do
 		echo "<tr><td>$sample</td>" >> $2
 		echo "<td>$all</td>" >> $2
-		echo "<td>$productive (%${perc_prod})</td>" >> $2
-		echo "<td>$productive_unique (%${perc_prod_un})</td>" >> $2
-		echo "<td>$unproductive (%${perc_unprod})</td>" >> $2
-		echo "<td>$unproductive_unique (%${perc_unprod_un})</td></tr>" >> $2
+		echo "<td>$productive (${perc_prod}%)</td>" >> $2
+		echo "<td>$productive_unique (${perc_prod_un}%)</td>" >> $2
+		echo "<td>$unproductive (${perc_unprod}%)</td>" >> $2
+		echo "<td>$unproductive_unique (${perc_unprod_un}%)</td></tr>" >> $2
 done < $outputDir/productive_counting.txt
 echo "</table border></center></html>" >> $2