diff wrapper.sh @ 58:8bb4d6009e08 draft

Uploaded
author davidvanzessen
date Tue, 01 Mar 2016 06:53:40 -0500
parents 0d5add1a9800
children 4262e880472d
line wrap: on
line diff
--- a/wrapper.sh	Tue Mar 01 05:16:07 2016 -0500
+++ b/wrapper.sh	Tue Mar 01 06:53:40 2016 -0500
@@ -102,7 +102,7 @@
 	cat $outdir/mutations_${func}.txt $outdir/hotspot_analysis_${func}.txt > $outdir/result.txt
 
 	echo "<table border='1' width='100%'><caption><h3>${func} table</h3></caption>" >> $output
-	echo "<tr><th'>info</th>" >> $output
+	echo "<tr><th>info</th>" >> $output
 	for gene in ${genes[@]}
 	do
 		tmp=`cat $outdir/${gene}_${func}_n.txt`