# HG changeset patch # User iuc # Date 1490718247 14400 # Node ID 944dcc240ab299901b35bc01f98bffbe4f618189 # Parent 60961854966fcafde00062a416a432e81199f727 Uploaded diff -r 60961854966f -r 944dcc240ab2 multigps.xml --- a/multigps.xml Mon Mar 13 13:20:15 2017 -0400 +++ b/multigps.xml Tue Mar 28 12:24:07 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' ]]>