File: gt.lua

package info (click to toggle)
genometools 1.6.1%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 50,412 kB
  • sloc: ansic: 271,241; ruby: 30,339; python: 4,880; sh: 3,193; makefile: 1,194; perl: 219; pascal: 159; haskell: 37; sed: 5
file content (15 lines) | stat: -rw-r--r-- 637 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
print ([[

Set the environment variable `GT_MEM_BOOKKEEPING=on` to enable memory
bookkeeping (e.g., like this: `env GT_MEM_BOOKKEEPING=on gt`).

Set the environment variable `GT_ENV_OPTIONS=-spacepeak` to show a spacepeak
after program run.
Set the environment variable `GT_ENV_OPTIONS=-showtime` to show processing times
for some program parts if implemented.

Set the environment variable `GT_SEED` to an integer value to supply a seed for
the random number generator. Can be overridden by the `-seed` option.

Combinations are possible. Running the `gt` binary with `GT_ENV_OPTIONS=-help`
shows all possible "environment options".]])