changeset 4:bd6f5844d60e draft

planemo upload
author jjjjia
date Mon, 20 Aug 2018 19:31:34 -0400
parents e6027598a35c
children 698579246d0d
files cpo_galaxy_prediction.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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")