comparison report_clonality/r_wrapper.sh @ 67:69a6bba9ada9 draft

Uploaded
author davidvanzessen
date Thu, 21 Jul 2016 03:56:52 -0400
parents 55f18bf19d72
children 85a1d832d197
comparison
equal deleted inserted replaced
66:7696dd687f39 67:69a6bba9ada9
276 if [[ "$useD" == "true" ]] ; then 276 if [[ "$useD" == "true" ]] ; then
277 echo "<tr><td>The data used to generate the DJ heatmap for $sample.</td><td><a href='HeatmapDJ_$sample.csv'>Download</a></td></tr>" >> $outputFile 277 echo "<tr><td>The data used to generate the DJ heatmap for $sample.</td><td><a href='HeatmapDJ_$sample.csv'>Download</a></td></tr>" >> $outputFile
278 fi 278 fi
279 done 279 done
280 280
281 echo "<tr><td>A frequency count of V Gene + J Gene + CDR3</td><td><a href='VJCDR3_count.txt'>Download</a></td></tr>" >> $outputFile
282
281 echo "</table>" >> $outputFile 283 echo "</table>" >> $outputFile
282 echo "</div></html>" >> $outputFile 284 echo "</div></html>" >> $outputFile