Mercurial > repos > jjjjia > cpo_prediction
comparison cpo_galaxy_prediction.py @ 2:29302ffdf137 draft
planemo upload
author | jjjjia |
---|---|
date | Mon, 20 Aug 2018 14:19:56 -0400 |
parents | fea89c4d5227 |
children | e6027598a35c |
comparison
equal
deleted
inserted
replaced
1:fea89c4d5227 | 2:29302ffdf137 |
---|---|
25 import collections | 25 import collections |
26 import json | 26 import json |
27 import numpy | 27 import numpy |
28 | 28 |
29 | 29 |
30 debug = True #debug skips the shell scripts and also dump out a ton of debugging messages | 30 debug = False #True #debug skips the shell scripts and also dump out a ton of debugging messages |
31 | 31 |
32 if not debug: | 32 if not debug: |
33 #parses some parameters | 33 #parses some parameters |
34 parser = optparse.OptionParser("Usage: %prog [options] arg1 arg2 ...") | 34 parser = optparse.OptionParser("Usage: %prog [options] arg1 arg2 ...") |
35 #required | 35 #required |