Home | Trees | Indices | Help |
|
---|
|
'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.)
|
|||
__cpus = 1
|
|||
__default_cpus = 1
|
|||
parser = argparse.ArgumentParser(description= 'GO enrichment f
|
|||
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 |