Mercurial > repos > davidvanzessen > clonal_sequences_in_paired_samples
diff wrapper.sh @ 57:6562c81d6583 draft
Uploaded
author | davidvanzessen |
---|---|
date | Wed, 14 Oct 2015 10:18:40 -0400 |
parents | d592dab2fca1 |
children |
line wrap: on
line diff
--- a/wrapper.sh Wed Oct 14 10:18:30 2015 -0400 +++ b/wrapper.sh Wed Oct 14 10:18:40 2015 -0400 @@ -339,6 +339,10 @@ html="index.html" echo "</table>" >> "$html" +echo "<a href='log.html'>log</a><br />" >> "$html" +echo "<a href='single_matches.html'>single_matches</a><br />" >> "$html" +echo "<a href='multiple_matches.html'>multiple_matches</a><br />" >> "$html" echo "</html>" >> "$html" +cp "index.html" "$outputFile"