Mercurial > repos > davidvanzessen > mutation_analysis
diff wrapper.sh @ 79:0513b46178c4 draft
Uploaded
author | davidvanzessen |
---|---|
date | Thu, 12 May 2016 07:35:07 -0400 |
parents | b523ce95d857 |
children | a4c2ddeadec0 |
line wrap: on
line diff
--- a/wrapper.sh Wed May 11 10:29:33 2016 -0400 +++ b/wrapper.sh Thu May 12 07:35:07 2016 -0400 @@ -142,7 +142,7 @@ done tmp=`cat $outdir/unmatched_${func}_n.txt` - echo "<th><a href='unmatched.txt'>unmatched (N = $tmp)</a></th>" >> $output + echo "<th><a href='unmatched.txt'>unmatched (N = ${unmatched_count})</a></th>" >> $output tmp=`cat $outdir/all_${func}_n.txt` echo "<th><a href='matched_${func}_all.txt'>all (N = $tmp)</a></th>" >> $output