changeset 1:e9868f92326f draft default tip

Uploaded
author davidvanzessen
date Tue, 28 Jan 2014 03:47:58 -0500
parents c183c93f9274
children
files r_wrapper.sh
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/r_wrapper.sh	Tue Jan 28 03:43:12 2014 -0500
+++ b/r_wrapper.sh	Tue Jan 28 03:47:58 2014 -0500
@@ -19,8 +19,6 @@
 count=1
 echo "<table border='1'><caption><a href='allUnique.tsv'><h3>$clonalType</h3></a></caption>" >> $outputFile
 for sample in $samples; do
-	clonalityScore="$(cat $outputDir/ClonalityScore_$sample.csv)"
-	echo "<tr><td colspan='3' height='100'></td></tr>" >> $outputFile
 	echo "<tr><td colspan='3'><h1>$sample</h1></td></tr>" >> $outputFile
 		
 	echo "<tr><td><h2>V-D Heatmap:</h2></td><td><h2>V-J Heatmap:</h2></td><td><h2>D-J Heatmap:</h2></td></tr><tr>" >> $outputFile