changeset 5:f11ff7be8c78 draft

Uploaded
author iuc
date Wed, 15 Apr 2015 17:31:52 -0400
parents 2c1f0fe810f7
children 11962ce40855
files trim_galore_wrapper.xml
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/trim_galore_wrapper.xml	Wed Apr 15 11:32:11 2015 -0400
+++ b/trim_galore_wrapper.xml	Wed Apr 15 17:31:52 2015 -0400
@@ -125,10 +125,9 @@
 
         #end if
 
-        &&
-
         ##  Trim Galore! run is finished. Move the report files to the proper place
         #if $params.settingsType == "custom" and $params.report:
+            &&
             cat ./*_trimming_report.txt > $report_file;
         #end if