Home | Trees | Indices | Help |
|
---|
|
'bpms.py' sets up the command line arguments for the 'genecentric-bpms' program.
It can do quite a few things in parallel (like generating random bipartitions), so this module also does some preprocessing to setup sane defaults for parallelization.
|
|||
__cpus = 1
|
|||
parser = argparse.ArgumentParser(description= 'BPM generator',
|
|||
aa = parser.add_argument
|
|||
conf = parser.parse_args()
|
|
parser
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Sep 6 16:38:33 2012 | http://epydoc.sourceforge.net |