File: global_settings.conf

package info (click to toggle)
cct 1%3A1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 194,356 kB
  • sloc: perl: 8,482; sh: 1,698; makefile: 23
file content (51 lines) | stat: -rw-r--r-- 1,512 bytes parent folder | download | duplicates (2)
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
#*************************************************************
#Global settings
#*************************************************************
#*************************************************************

#The full path to the cgview_comparison_tool directory. [Path].
comparison_tool = $CCT_HOME

#The location of java. [Path].
java = java

#The location of NCBI's blastall. [Path].
blastall = blastall

#The location of NCBI's formatdb. [Path].
formatdb = formatdb

#The location of Perl. [Path].
perl = perl

#*************************************************************


#*************************************************************
#Internal settings
#*************************************************************
#*************************************************************

seq_split = $comparison_tool/lib/scripts/sequence_to_multi_fasta/sequence_to_multi_fasta.pl

local_blast = $comparison_tool/lib/scripts/local_blast_client/local_blast_client.pl

get_cds = $comparison_tool/lib/scripts/get_cds/get_cds.pl

get_orfs = $comparison_tool/lib/scripts/get_orfs/get_orfs.pl

assign_cogs = $comparison_tool/lib/scripts/assign_cogs/assign_cogs.pl

cogs_files = $comparison_tool/cog_db

whog_file = $cogs_files/whog

myva_file = $cogs_files/myva

cgview_xml_builder = $comparison_tool/lib/scripts/cgview_xml_builder/cgview_xml_builder.pl

cgview = /usr/share/java/cgview.jar

project_settings = $comparison_tool/conf/project_settings.conf

#*************************************************************