[hg] galaxy 3743: Removing debugging msg.
details: http://www.bx.psu.edu/hg/galaxy/rev/b5c76e1a28ea changeset: 3743:b5c76e1a28ea user: jeremy goecks <jeremy.goecks@emory.edu> date: Tue May 04 21:57:26 2010 -0400 description: Removing debugging msg. diffstat: tools/ngs_rna/cuffcompare_wrapper.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diffs (11 lines): diff -r 49c11691bc2e -r b5c76e1a28ea tools/ngs_rna/cuffcompare_wrapper.py --- a/tools/ngs_rna/cuffcompare_wrapper.py Tue May 04 15:43:34 2010 -0400 +++ b/tools/ngs_rna/cuffcompare_wrapper.py Tue May 04 21:57:26 2010 -0400 @@ -52,7 +52,6 @@ input2_file_name = tmp_output_dir + "/input2" os.symlink( options.input2, input2_file_name ) cmd += " %s" % input2_file_name - print cmd # Run command. try:
participants (1)
-
Nate Coraor