-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.py
executable file
·41 lines (28 loc) · 1.45 KB
/
config.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
"""
Created on Dec 02, 2014
Author: Irina Colgiu <[email protected]>
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 3 of the License, or (at your option) any later
version.
This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
details.
You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>.
"""
RUNNING_LOCATION = 'remote'
#SAMTOOLS_IRODS_PATH = '/software/solexa/bin/samtools_irods'
SAMTOOLS_IRODS_PATH = '/software/hgi/pkglocal/samtools-git-1.2-4-g76870cc/bin/samtools'
SAMTOOLS_PATH = '/nfs/users/nfs_m/mercury/local-precise-x86_64/bin/samtools'
# Seqscape configurations:
SEQSC_HOST = "seqw-db.internal.sanger.ac.uk"
SEQSC_PORT = 3379
SEQSC_USER = "warehouse_ro"
SEQSC_DB_NAME = "sequencescape_warehouse"
LUSTRE_HOME = '/lustre/scratch113/teams/hgi/users/ic4/'
IRODS_ATTRIBUTE_FREQUENCY_CONFIG_FILE = '/nfs/users/nfs_i/ic4/Projects/metadata-check/irods_meta.conf'
BATON_METAQUERY_BIN_PATH = "/software/gapi/pkg/baton/0.15.0/bin/baton-metaquery"
BATON_LIST_BIN_PATH = "/software/gapi/pkg/baton/0.15.0/bin/baton-list"
BATON_BIN = "/software/hgi/pkglocal/baton-0.16.3/bin"