예제 #1
0
JOBSERVER_HOST = HOSTNAME
JOBSERVER_PORT = 10000
IPLUGIN_HOST = HOSTNAME
IPLUGIN_PORT = 9191

# SGE settings - all you need to run SGE
SGE_ROOT = "/var/lib/gridengine"
SGE_CELL = "iontorrent"
SGE_CLUSTER_NAME = "p6444"
SGE_QMASTER_PORT = 6444
SGE_EXECD_PORT = 6445
SGE_ENABLED = True
DRMAA_LIBRARY_PATH = "/usr/lib/libdrmaa.so"

TMAP_VERSION = dj_config.get_tmap_version()
TMAP_DIR = '/results/referenceLibrary/%s/' % TMAP_VERSION
TMAP_DISABLED_DIR = '/results/referenceLibrary/disabled/%s/' % TMAP_VERSION
TEMP_PATH = "/results/referenceLibrary/temp/"
PLUGIN_PATH = "/results/plugins/"

FILE_UPLOAD_MAX_MEMORY_SIZE = 114857600

# Define Plugin Warehouse URLs as tuples of (Name, User URL, API URL)
PLUGIN_WAREHOUSE = [(
    'Torrent Browser Plugin Store',
    'http://ioncommunity.thermofisher.com/community/products/software/torrent_browser_plugin_store',
    'http://torrentcircuit.iontorrent.com/warehouse/')]

# This is defined here for sharing and debugging purpuses only
# Remove before launch
예제 #2
0
파일: settings.py 프로젝트: basmaNasser/TS
JOBSERVER_HOST = HOSTNAME
JOBSERVER_PORT = 10000
IPLUGIN_HOST = HOSTNAME
IPLUGIN_PORT = 9191

# SGE settings - all you need to run SGE
SGE_ROOT = "/var/lib/gridengine"
SGE_CELL = "iontorrent"
SGE_CLUSTER_NAME = "p6444"
SGE_QMASTER_PORT = 6444
SGE_EXECD_PORT = 6445
SGE_ENABLED = True
DRMAA_LIBRARY_PATH = "/usr/lib/libdrmaa.so"

TMAP_VERSION = dj_config.get_tmap_version()
TMAP_DIR = '/results/referenceLibrary/%s/' % TMAP_VERSION
TMAP_DISABLED_DIR = '/results/referenceLibrary/disabled/%s/' % TMAP_VERSION
TEMP_PATH = "/results/referenceLibrary/temp/"
PLUGIN_PATH = "/results/plugins/"

FILE_UPLOAD_MAX_MEMORY_SIZE = 114857600

# Define Plugin Warehouse URLs as tuples of (Name, User URL, API URL)
PLUGIN_WAREHOUSE = [
    (
     'Torrent Browser Plugin Store',
     'http://ioncommunity.thermofisher.com/community/products/software/torrent_browser_plugin_store',
     'http://torrentcircuit.iontorrent.com/warehouse/'
    )
]