# HG changeset patch # User jjjjia # Date 1534807894 14400 # Node ID bd6f5844d60ebb14a464b1ee60465b3a7d140592 # Parent e6027598a35cbc0b7ba5bf76df639eedcbcd1dc4 planemo upload diff -r e6027598a35c -r bd6f5844d60e cpo_galaxy_prediction.py --- a/cpo_galaxy_prediction.py Mon Aug 20 17:53:59 2018 -0400 +++ b/cpo_galaxy_prediction.py Mon Aug 20 19:31:34 2018 -0400 @@ -26,7 +26,7 @@ import numpy -debug = True #debug skips the shell scripts and also dump out a ton of debugging messages +debug = False #True #debug skips the shell scripts and also dump out a ton of debugging messages if not debug: #parses some parameters @@ -645,4 +645,4 @@ Main() end = time.time() -print("Finished!\nThe analysis used: " + str(end-start) + " seconds") \ No newline at end of file +print("Finished!\nThe analysis used: " + str(end-start) + " seconds")