Mercurial > repos > davidvanzessen > mutation_analysis
changeset 58:8bb4d6009e08 draft
Uploaded
author | davidvanzessen |
---|---|
date | Tue, 01 Mar 2016 06:53:40 -0500 |
parents | cb66d6dd1e66 |
children | 79696e273853 |
files | wrapper.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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`