Mercurial > repos > davidvanzessen > clonal_sequences_in_paired_samples
diff wrapper.sh @ 1:c0110597898e draft
Uploaded
author | davidvanzessen |
---|---|
date | Thu, 19 Jun 2014 11:12:44 -0400 |
parents | c5ac9a871b26 |
children | 8d562506f4f9 |
line wrap: on
line diff
--- a/wrapper.sh Thu Jun 19 10:39:41 2014 -0400 +++ b/wrapper.sh Thu Jun 19 11:12:44 2014 -0400 @@ -98,7 +98,7 @@ echo "<td>$j_segment</td>" >> $html echo "<td>>$cut_off_value</td>" >> $html if [ "$both" != "0" ] ; then - echo "<td data-patient='${patient}' style='cursor:pointer' onclick='javascript:loadfile(\"${sample2}_${sample1}_${locus}_${cut_off_value}.txt\", \"$patient\", \"reads\")'>$both</td>" >> $html + echo "<td data-patient='${patient}' style='cursor:pointer' onclick='javascript:loadfile(\"${sample1}_${sample2}_${locus}_${cut_off_value}.txt\", \"$patient\", \"reads\")'>$both</td>" >> $html else echo "<td>$both</td>" >> $html fi