Mercurial > repos > davidvanzessen > argalaxy_tools
comparison report_clonality/r_wrapper.sh @ 58:4c6df851e262 draft default tip
"planemo upload commit 1a7731bb4fe2e80fb1fdc88121783068af3edb08"
author | rhpvorderman |
---|---|
date | Fri, 21 Apr 2023 10:04:39 +0000 |
parents | 33412e85e669 |
children |
comparison
equal
deleted
inserted
replaced
57:33412e85e669 | 58:4c6df851e262 |
---|---|
363 cd $dir || exit 1 | 363 cd $dir || exit 1 |
364 | 364 |
365 echo "<div class='tabbertab' title='Downloads'>" >> $outputFile | 365 echo "<div class='tabbertab' title='Downloads'>" >> $outputFile |
366 echo "<table class='pure-table pure-table-striped'>" >> $outputFile | 366 echo "<table class='pure-table pure-table-striped'>" >> $outputFile |
367 echo "<thead><tr><th>Description</th><th>Link</th></tr></thead>" >> $outputFile | 367 echo "<thead><tr><th>Description</th><th>Link</th></tr></thead>" >> $outputFile |
368 echo "<tr><td>All outputs below in a zip file</td><td><a href='$ALL_OUTPUTS_ZIP'>Download</a></td></tr>" >> $outputFile | 368 echo "<tr><td>All outputs below in a zip file</td><td><a href='all_outputs.zip'>Download</a></td></tr>" >> $outputFile |
369 echo "<tr><td>The filtered dataset</td><td><a href='allUnique.txt'>Download</a></td></tr>" >> $outputFile | 369 echo "<tr><td>The filtered dataset</td><td><a href='allUnique.txt'>Download</a></td></tr>" >> $outputFile |
370 echo "<tr><td colspan='2' style='background-color:#E0E0E0;'>Gene frequencies</td></tr>" >> $outputFile | 370 echo "<tr><td colspan='2' style='background-color:#E0E0E0;'>Gene frequencies</td></tr>" >> $outputFile |
371 | 371 |
372 echo "<tr><td>The dataset used to generate the distribution of V gene families graph</td><td><a href='VFFrequency.txt'>Download</a></td></tr>" >> $outputFile | 372 echo "<tr><td>The dataset used to generate the distribution of V gene families graph</td><td><a href='VFFrequency.txt'>Download</a></td></tr>" >> $outputFile |
373 if [[ "$useD" == "true" ]] ; then | 373 if [[ "$useD" == "true" ]] ; then |