-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathIP.config
More file actions
executable file
·55 lines (44 loc) · 1.29 KB
/
IP.config
File metadata and controls
executable file
·55 lines (44 loc) · 1.29 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
#!/bin/sh
#
# Program: IP.config
#
# Purpose:
#
# Configuration file for Adult Mouse Anatomy Load
# see uniprotload/makeInterProAnnot.sh
#
cd `dirname $0`
RUNTIME_DIR="${DATALOADSOUTPUT}/mgi/vocload/runTimeIP"
ARCHIVE_DIR="${DATALOADSOUTPUT}/mgi/vocload/archiveIP"
export RUNTIME_DIR
export ARCHIVE_DIR
LOAD_PROGRAM="IP.py ${LOAD_PROGRAM}"
export LOAD_PROGRAM
case `uname -n` in
bhmgiapp01) MAINTAINER="mgiadmin";;
*) MAINTAINER="$USER";;
esac
export MAINTAINER
# vocabulary attributes:
VOCAB_NAME="InterPro Domains" # name of vocabulary (VOC_Vocab.name)
VOCAB_COMMENT_KEY=0 # name of note types for comments
JNUM="J:82527" # reference for this vocabulary
IS_SIMPLE=1 # structured vocabulary
IS_PRIVATE=0 # acc IDs are public LOGICALDB_KEY=28 # ACC_LogicalDB._LogicalDB_key
LOGICALDB_KEY=28 # ACC_LogicalDB._LogicalDB_key
ANNOT_TYPE_KEY=1003 # VOC_AnnotType._AnnotType_key; report annotations to newly obsoleted terms
export VOCAB_NAME
export VOCAB_COMMENT_KEY
export JNUM
export IS_SIMPLE
export IS_PRIVATE
export LOGICALDB_KEY
export ANNOT_TYPE_KEY
IP_FILE="/data/downloads/ftp.ebi.ac.uk/pub/databases/interpro/names.dat"
DATA_FILE="${RUNTIME_DIR}/IP.tab"
TERM_FILE="${RUNTIME_DIR}/Termfile"
DAG_ROOT_ID=""
export IP_FILE
export DATA_FILE
export TERM_FILE
export DAG_ROOT_ID