changeset 92:c5b9f2a093d4 draft default tip

Uploaded
author stef
date Tue, 28 Jul 2015 06:04:43 -0400
parents 3141d9f20025
children
files falco-filter-report.sh
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/falco-filter-report.sh	Tue Jul 28 05:07:26 2015 -0400
+++ b/falco-filter-report.sh	Tue Jul 28 06:04:43 2015 -0400
@@ -82,13 +82,13 @@
 echo "<head>" >> $html_out
 echo "<style>" >> $html_out
 echo "    body{ padding: 0px 20px; }" >> $html_out
-echo "    h1{ color: red; }" >> $html_out
+echo "    h1{ }" >> $html_out
 echo "    table{ border: 1px solid black; padding: 5px }" >> $html_out
 echo "</style>" >> $html_out
 echo "</head>" >> $html_out
 echo "<body>" >> $html_out
-echo "	<h1>FALCO</h1>" >> $html_out
-echo "  <a href=\"$sample_html_file\">RESULTS</a>" >> $html_out
+echo "	<h1>FALCO Amplicon Variant Caller results ("$vcf_base")</h1>" >> $html_out
+echo "  <p>Explore the <a href=\"$sample_html_file\">results</a> within galaxy or use the zip output option to grab a zip from your history" >> $html_out
 #echo "	<p>This page is way to get output files that are not implemented in galaxy history, it is not intended to be a user-friendly way of displaying anything ;)</p>" >> $html_out
 #echo "	<a href=\"index.html\">HTML</a>" >> $html_out
 #echo "	<table><tbody>" >> $html_out
@@ -108,7 +108,7 @@
 ## ----------
 #cp 'index.html' $html_out # this is the overview of samples html
 #cp $sample_html_file $out_path # this is the sample html
-cp $vcf_base'.html' $html_out # this is the sample html
+#cp $vcf_base'.html' $html_out # this is the sample html
 
 ## ----------
 ## copy files to keep to output path