File: goby-sample.properties

package info (click to toggle)
libgoby-java 3.3.1%2Bdfsg2-11
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 58,108 kB
  • sloc: java: 78,105; cpp: 5,011; xml: 3,170; python: 2,108; sh: 1,575; ansic: 277; makefile: 114
file content (37 lines) | stat: -rw-r--r-- 1,016 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
#
# Sample configuration for Goby.  See
# GobyConfiguration for
# a list of configurable properties
#

#
# Path to the directory that contains the lastdb/lastal
# executables. If the value is left unset the system
# path is used. See http://last.cbrc.jp/ for details.
#
#executables.path.last = /usr/local/last-96/src

#
# Path to the directory that contains the lastdb/lastag executables.
# If the value is left unset the system path is used.
#
#executables.path.lastag = /usr/local/bin

#
# Path to the directory that contains the BWA executable.
# See http://bio-bwa.sourceforge.net/ for details.
#
#executables.path.bwa = /usr/local/bin

#
# Path to the work directory. This should be a large scratch location,
# where results of intermediate calculations will be stored.
# If the value is left unset the current working directory is used
#
#work.directory = /tmp

#
# Path to the database/index directory. This is the location where the
# indexed database files may reside.
#
#database.directory = /var/db/goby