File: README

package info (click to toggle)
genomethreader 1.7.3%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 46,528 kB
  • sloc: ansic: 90,168; ruby: 1,769; makefile: 548; sh: 112; perl: 105
file content (23 lines) | stat: -rw-r--r-- 744 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
This directory contains the binary distribution of GenomeThreader (gth).

It contains the following directories

bin/    contains the binary files and shell scripts
data/   contains some example data
doc/    contains the manual

To be able to work with GenomeThreader include bin/ in your path
and set the following environment variables (also explained in the
manual in doc/), e.g.:

setenv $BSSMDIR         "${HOME}/gth/bin/bssm"

and

setenv $GTHDATADIR      "${HOME}/gth/bin/gthdata"

If you have problems with file locking via NFS (for example you get an error
message like this: cannot flock: No locks available), then you can disable file
locking by setting the environment variable GTHNOFLOCK to any value.

For example, GTHNOFLOCK=yes