# HG changeset patch # User greg # Date 1488809878 18000 # Node ID 20687c85887ecd44c28ebf8b3b020043c9d29bce # Parent 381efb7b880feaa60bf001576ba005fb083bbf27 Uploaded diff -r 381efb7b880f -r 20687c85887e multigps.xml --- a/multigps.xml Tue Feb 21 10:35:07 2017 -0500 +++ b/multigps.xml Mon Mar 06 09:17:58 2017 -0500 @@ -1,4 +1,4 @@ - + analyzes collections of multi-condition ChIP-seq data macros.xml @@ -149,10 +149,12 @@ --diffp $rbec.diffp #end if #end if + >/dev/null --out '$output_html.files_path' - && 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' || true + && mv $output_dir/*.html '$output_html' || true + && mv $output_dir/*.table.txt '$all_events_table' || true + && mv $output_dir/*.counts '$replicates_counts' || true ]]> @@ -356,9 +358,10 @@ - - - + + + +