changeset 43:1b3ef7b2f4a0 draft

Uploaded
author davidvanzessen
date Fri, 22 Nov 2013 07:56:51 -0500
parents af2834de221c
children 20763d15d641
files r_wrapper.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/r_wrapper.sh	Fri Nov 22 07:51:17 2013 -0500
+++ b/r_wrapper.sh	Fri Nov 22 07:56:51 2013 -0500
@@ -17,7 +17,7 @@
 
 samples=`cat $outputDir/samples.txt`
 count=1
-echo "<table border='1'>" >> $outputFile
+echo "<table border='1'><caption><h3>$clonalType</h3><caption>" >> $outputFile
 for sample in $samples; do
 	echo "<tr><td colspan='3' height='100'></td>" >> $outputFile
 	echo "<tr><td colspan='3'><h1>$sample</h1></td></tr>" >> $outputFile