Repository 'multigps'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/multigps

Changeset 1:7e0a12282c7f (2017-03-28)
Previous changeset 0:4aa531981208 (2017-03-13) Next changeset 2:028fafca04fa (2019-12-22)
Commit message:
Uploaded
modified:
multigps.xml
b
diff -r 4aa531981208 -r 7e0a12282c7f multigps.xml
--- a/multigps.xml Mon Mar 13 13:25:01 2017 -0400
+++ b/multigps.xml Tue Mar 28 12:24:56 2017 -0400
b
@@ -151,10 +151,10 @@
             #end if
             2>&1
             --out '$output_html.files_path'
-            && cp $output_dir/*.events.txt '$experiment_events' || true
-            && mv $output_dir/*.html '$output_html' || true
-            && mv $output_dir/*.table.txt '$all_events_table' || true
-            && mv $output_dir/*.counts '$replicates_counts' || true
+            && cp $output_dir/*.events.txt '$experiment_events'
+            && mv $output_dir/*.html '$output_html'
+            && mv $output_dir/*.table.txt '$all_events_table'
+            && mv $output_dir/*.counts '$replicates_counts'
         ]]>
     </command>
     <inputs>