diff cpo_galaxy_prediction.py @ 5:698579246d0d draft

planemo upload
author jjjjia
date Tue, 21 Aug 2018 17:53:08 -0400
parents bd6f5844d60e
children cabceaa239e4
line wrap: on
line diff
--- a/cpo_galaxy_prediction.py	Mon Aug 20 19:31:34 2018 -0400
+++ b/cpo_galaxy_prediction.py	Tue Aug 21 17:53:08 2018 -0400
@@ -26,7 +26,7 @@
 import numpy
 
 
-debug = False #True #debug skips the shell scripts and also dump out a ton of debugging messages
+debug = 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")
+print("Finished!\nThe analysis used: " + str(end-start) + " seconds")
\ No newline at end of file