Mercurial > repos > trinity_ctat > analyze_differential_expression
comparison analyze_diff_exp_wrapper.py @ 8:59999c716930 draft
Fixing error in wrapper.
author | trinity_ctat |
---|---|
date | Fri, 06 Oct 2017 13:40:43 -0400 |
parents | dab3b085f23d |
children |
comparison
equal
deleted
inserted
replaced
7:f51625f25d56 | 8:59999c716930 |
---|---|
89 run_command("ls -lad ./*") | 89 run_command("ls -lad ./*") |
90 print "\nedgeR_results/" | 90 print "\nedgeR_results/" |
91 run_command("ls -la edgeR_results") | 91 run_command("ls -la edgeR_results") |
92 print "" | 92 print "" |
93 | 93 |
94 run_command("mv edgeR_results /* ." ) | 94 run_command("mv edgeR_results/* ." ) |
95 | 95 |
96 print "After moving files." | 96 print "After moving files." |
97 run_command("pwd") | 97 run_command("pwd") |
98 run_command("ls -lad ./*") | 98 run_command("ls -lad ./*") |
99 print "\nedgeR_results/" | 99 print "\nedgeR_results/" |