Mercurial > repos > jjjjia > cpo_prediction
comparison cpo_galaxy_prediction.py @ 5:698579246d0d draft
planemo upload
author | jjjjia |
---|---|
date | Tue, 21 Aug 2018 17:53:08 -0400 |
parents | bd6f5844d60e |
children | cabceaa239e4 |
comparison
equal
deleted
inserted
replaced
4:bd6f5844d60e | 5:698579246d0d |
---|---|
24 import collections | 24 import collections |
25 import json | 25 import json |
26 import numpy | 26 import numpy |
27 | 27 |
28 | 28 |
29 debug = False #True #debug skips the shell scripts and also dump out a ton of debugging messages | 29 debug = True #debug skips the shell scripts and also dump out a ton of debugging messages |
30 | 30 |
31 if not debug: | 31 if not debug: |
32 #parses some parameters | 32 #parses some parameters |
33 parser = optparse.OptionParser("Usage: %prog [options] arg1 arg2 ...") | 33 parser = optparse.OptionParser("Usage: %prog [options] arg1 arg2 ...") |
34 #required | 34 #required |