# HG changeset patch # User iuc # Date 1490718296 14400 # Node ID 7e0a12282c7f425d3982ab9ec69eea1d0cd4c842 # Parent 4aa53198120805e7a65fcd8f1367a1093b2089ad Uploaded 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 @@ -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' ]]>