# HG changeset patch # User stef # Date 1438077883 14400 # Node ID c5b9f2a093d434a56e8d32bd3893d84215fe989d # Parent 3141d9f2002527abb7f17928fe527dc481bc1b20 Uploaded diff -r 3141d9f20025 -r c5b9f2a093d4 falco-filter-report.sh --- 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 "" >> $html_out echo "" >> $html_out echo "" >> $html_out echo "" >> $html_out -echo "

FALCO

" >> $html_out -echo " RESULTS" >> $html_out +echo "

FALCO Amplicon Variant Caller results ("$vcf_base")

" >> $html_out +echo "

Explore the results within galaxy or use the zip output option to grab a zip from your history" >> $html_out #echo "

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 ;)

" >> $html_out #echo " HTML" >> $html_out #echo " " >> $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