Mercurial > repos > davidvanzessen > argalaxy_tools
comparison report_clonality/r_wrapper.sh @ 52:124b7fd92a3e draft
Uploaded
author | davidvanzessen |
---|---|
date | Thu, 25 Feb 2021 13:36:15 +0000 |
parents | efe0a2b5d163 |
children | 0ef7f80ea061 |
comparison
equal
deleted
inserted
replaced
51:e35b82f31ec7 | 52:124b7fd92a3e |
---|---|
380 | 380 |
381 #echo "<tr><td>A frequency count of V Gene + J Gene + CDR3</td><td><a href='VJCDR3_count.txt'>Download</a></td></tr>" >> $outputFile | 381 #echo "<tr><td>A frequency count of V Gene + J Gene + CDR3</td><td><a href='VJCDR3_count.txt'>Download</a></td></tr>" >> $outputFile |
382 | 382 |
383 echo "<tr><td colspan='2' style='background-color:#E0E0E0;'>Clonality</td></tr>" >> $outputFile | 383 echo "<tr><td colspan='2' style='background-color:#E0E0E0;'>Clonality</td></tr>" >> $outputFile |
384 echo "<tr><td>The dataset used to calculate clonality score (Unique based on clonaltype, $clonalType)</td><td><a href='clonalityComplete.txt'>Download</a></td></tr>" >> $outputFile | 384 echo "<tr><td>The dataset used to calculate clonality score (Unique based on clonaltype, $clonalType)</td><td><a href='clonalityComplete.txt'>Download</a></td></tr>" >> $outputFile |
385 echo "<tr><td>Sequences that are present in more than one replicate</td><td><a href='clonaltypes_replicates.txt'>Download</a></td></tr>" >> $outputFile | 385 # echo "<tr><td>Sequences that are present in more than one replicate</td><td><a href='clonaltypes_replicates.txt'>Download</a></td></tr>" >> $outputFile |
386 | 386 |
387 echo "</table>" >> $outputFile | 387 echo "</table>" >> $outputFile |
388 | 388 |
389 cat $dir/naive_downloads.htm >> $outputFile | 389 cat $dir/naive_downloads.htm >> $outputFile |
390 | 390 |