comparison wrapper.sh @ 1:c0110597898e draft

Uploaded
author davidvanzessen
date Thu, 19 Jun 2014 11:12:44 -0400
parents c5ac9a871b26
children 8d562506f4f9
comparison
equal deleted inserted replaced
0:c5ac9a871b26 1:c0110597898e
96 fi 96 fi
97 echo "<td>$v_segment</td>" >> $html 97 echo "<td>$v_segment</td>" >> $html
98 echo "<td>$j_segment</td>" >> $html 98 echo "<td>$j_segment</td>" >> $html
99 echo "<td>>$cut_off_value</td>" >> $html 99 echo "<td>>$cut_off_value</td>" >> $html
100 if [ "$both" != "0" ] ; then 100 if [ "$both" != "0" ] ; then
101 echo "<td data-patient='${patient}' style='cursor:pointer' onclick='javascript:loadfile(\"${sample2}_${sample1}_${locus}_${cut_off_value}.txt\", \"$patient\", \"reads\")'>$both</td>" >> $html 101 echo "<td data-patient='${patient}' style='cursor:pointer' onclick='javascript:loadfile(\"${sample1}_${sample2}_${locus}_${cut_off_value}.txt\", \"$patient\", \"reads\")'>$both</td>" >> $html
102 else 102 else
103 echo "<td>$both</td>" >> $html 103 echo "<td>$both</td>" >> $html
104 fi 104 fi
105 if [ "$one" != "0" ] && [ "$cut_off_value" != "0" ] ; then 105 if [ "$one" != "0" ] && [ "$cut_off_value" != "0" ] ; then
106 echo "<td data-patient='${patient}' style='cursor:pointer' onclick='javascript:loadfile(\"${sample1}_${locus}_${cut_off_value}.txt\", \"$patient\", \"reads\")'>$one</td>" >> $html 106 echo "<td data-patient='${patient}' style='cursor:pointer' onclick='javascript:loadfile(\"${sample1}_${locus}_${cut_off_value}.txt\", \"$patient\", \"reads\")'>$one</td>" >> $html