Package bpm :: Package cmdargs :: Module bpms
[hide private]
[frames] | no frames]

Module bpms

source code

'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.

Variables [hide private]
  __cpus = 1
  parser = argparse.ArgumentParser(description= 'BPM generator',...
  aa = parser.add_argument
  conf = parser.parse_args()
Variables Details [hide private]

parser

Value:
argparse.ArgumentParser(description= 'BPM generator', formatter_class=\
 argparse.ArgumentDefaultsHelpFormatter)