Repository 'trim_galore'
hg clone https://toolshed.g2.bx.psu.edu/repos/bgruening/trim_galore

Changeset 5:f11ff7be8c78 (2015-04-15)
Previous changeset 4:2c1f0fe810f7 (2015-04-15) Next changeset 6:11962ce40855 (2015-10-07)
Commit message:
Uploaded
modified:
trim_galore_wrapper.xml
b
diff -r 2c1f0fe810f7 -r f11ff7be8c78 trim_galore_wrapper.xml
--- 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
b
@@ -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