# HG changeset patch # User trinity_ctat # Date 1507311643 14400 # Node ID 59999c716930bb47c40900f6acd3fdc37b165a1d # Parent f51625f25d56a229ca4e95763312e673ed65171d Fixing error in wrapper. diff -r f51625f25d56 -r 59999c716930 analyze_diff_exp_wrapper.py --- a/analyze_diff_exp_wrapper.py Fri Oct 06 11:00:02 2017 -0400 +++ b/analyze_diff_exp_wrapper.py Fri Oct 06 13:40:43 2017 -0400 @@ -91,7 +91,7 @@ run_command("ls -la edgeR_results") print "" -run_command("mv edgeR_results /* ." ) +run_command("mv edgeR_results/* ." ) print "After moving files." run_command("pwd")