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

Module go

source code

'go.py' sets up the command line arguments for the 'genecentric-go' program.

It can send requests to funcassociate in parallel, so include some preprocessing to determine sane defaults. (And don't let the user set the total number of parallel process too high; we want to be nice to Funcassociate.)

Variables [hide private]
  __cpus = 1
  __default_cpus = 1
  parser = argparse.ArgumentParser(description= 'GO enrichment f...
  aa = parser.add_argument
  conf = parser.parse_args()
Variables Details [hide private]

parser

Value:
argparse.ArgumentParser(description= 'GO enrichment for BPMs', formatt\
er_class= argparse.ArgumentDefaultsHelpFormatter)