cmonkey.cmonkey_run | index /home/weiju/Projects/ISB/cmonkey-python/cmonkey/cmonkey_run.py |
# vi: sw=4 ts=4 et:
Classes | ||||||||
|
Functions | ||
|
Data | ||
COG_WHOG_URL = 'ftp://ftp.ncbi.nih.gov/pub/COG/COG/whog' PIPELINE_SYSTEM_PATHS = {'default': '/etc/cmonkey-python/default_pipeline.json', 'rows': '/etc/cmonkey-python/rows_pipeline.json', 'rowsandmotifs': '/etc/cmonkey-python/rows_and_motifs_pipeline.json', 'rowsandnetworks': '/etc/cmonkey-python/rows_and_networks_pipeline.json'} PIPELINE_USER_PATHS = {'default': 'config/default_pipeline.json', 'rows': 'config/rows_pipeline.json', 'rowsandmotifs': 'config/rows_and_motifs_pipeline.json', 'rowsandnetworks': 'config/rows_and_networks_pipeline.json'} STRING_URL_PATTERN = 'http://networks.systemsbiology.net/string9/%s.gz' SYSTEM_GO_FILE_PATH = '/etc/cmonkey-python/proteome2taxid' SYSTEM_KEGG_FILE_PATH = '/etc/cmonkey-python/KEGG_taxonomy' USER_GO_FILE_PATH = 'config/proteome2taxid' USER_KEGG_FILE_PATH = 'config/KEGG_taxonomy' VERTEBRATES = set(['hsa', 'mmu', 'rno']) |