changeset 63:9f95eee38681 draft

Uploaded
author stef
date Fri, 27 Feb 2015 08:11:12 -0500
parents f2dc1009d668
children 09b8b577f7fc
files falco-filter-report.sh
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/falco-filter-report.sh	Fri Feb 27 07:00:33 2015 -0500
+++ b/falco-filter-report.sh	Fri Feb 27 08:11:12 2015 -0500
@@ -102,15 +102,15 @@
 ## ----------
 ## creating galaxy history outputs
 ## ----------
-cp 'index.html' $html_out # this is the overview of samples html
-#cp $bam_base'.html' $out_path/'out.html' # this is the sample html
+#cp 'index.html' $html_out # this is the overview of samples html
+cp $bam_base'.html' $out_path/'out.html' # this is the sample html
 
 ## ----------
 ## copy files to keep to output path
 ## ----------
 #cp -r ./$bam_base/*png $out_path/$bam_base/
-#cp -r ./* $out_path
-cp *.vcf $out_path; cp *.txt $out_path; cp *_std* $out_path
+cp -r ./* $out_path
+#cp *.vcf $out_path; cp *.txt $out_path; cp *_std* $out_path
 
 ## ----------
 echo "END falco sh"