-
Notifications
You must be signed in to change notification settings - Fork 0
/
Configuration.defaults
71 lines (52 loc) · 2.35 KB
/
Configuration.defaults
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
########################################################################
# Configuration.defaults - Sample Yank Configuration File #
# #
# Copy this file to Configuration and edit before running Install. #
# #
# cp Configuration.defaults Configuration #
# #
# Make sure you run Install any time you edit the Configuration file. #
########################################################################
# Path to Global Config file
MGICONFIG_PATH /usr/local/mgi/live/mgiconfig/
GLOBAL_CONFIG ${MGICONFIG_PATH}web/GlobalConfig
INSTALL_DIR /usr/local/mgi/live/seqfetch/
# umask for any files created
UMASK 026
# Temporary directory where files are created that contain the
# query sequence for BLAST, and also where DUST and RepeatMasker
# read their input files. Also note that RepeatMasker will make
# several output files in this directory after it runs.
TMPDIR /tmp
# Absolute path to the Yank usage log file
USAGE_LOG ${INSTALL_DIR}logs/seqfetch_usage.log
# Absolute path to the Yank error log file
ERROR_LOG ${INSTALL_DIR}logs/seqfetch_error.log
# Run in debug mode? (0/1)
DEBUG 0
# colon-delimited list of directories containing Python libraries, including
# the lib/python directory under this installation directory
LIBDIRS /usr/local/mgi/live/lib/python/:/usr/local/mgi/live/seqfetch/lib/python/
# Line length for FASTA format sequences returned by tool
LINE_LENGTH 60
# Overlap length for sequences split up by GCG
OVERLAP_LENGTH 10000
# EMBOSS Server
EMBOSS_HOST bhmgiem01:8080
# EMBOSS Server
EMBOSS_URL http://${EMBOSS_HOST}/soaplab2/services/edit.seqret
# Directory for temporary files on local server running CGI
LOCAL_TEMP_DIR /usr/tmp
# Directory for nibFrag program
NIBFRAGDIR /usr/local/bin
# Maximum number of sequences that may be retrieved
MAX_SEQS 1000
# python formatted string representing the file format of the chromosome files
# The %s is a chromosome number, X, Y, or M
NIB_FILE_FORMAT chr%s.nib
# default genome build identifier
GENOME_BUILD GRCm39
# default mouse strain
MOUSE_STRAIN C57BL/6J
# API key for seqfetch to use for NCBI
SEQFETCH_API_KEY c63242064df64fc21a6da8d6f963db4c6808