File: setenv

package info (click to toggle)
artemis 17.0.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 112,044 kB
  • sloc: java: 451,938; sh: 3,370; xml: 2,292; makefile: 182; perl: 83; sql: 47
file content (37 lines) | stat: -rwxr-xr-x 864 bytes parent folder | download
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
#!/bin/bash

##################################################
# Script that can be used to set up specific     #
# environment variables for Artemis and related  #
# applications.                                  #
# Uncomment as required and run before startup.  #
#                                                #
##################################################

#
# Set the location of a specific JRE to use
# for all Artemis related applications.
#
#export ARTEMIS_JAVA_JRE=

#
# Set specific java JVM flags for memory management etc.
#
#export ARTEMIS_JVM_FLAGS=

#
# Chado database connectivity.
#
#export PGHOST=
#export PGPORT=
#export PGDATABASE=
#export PGUSER=

#
# Specify locally installed Blast databases,
# e.g. /data/blastdb/Supported/UNIPROT/current:/data/blastdb/Supported/EMBL/current/con etc
#
#export BLASTDB=