File: GENOME_SW.pm

package info (click to toggle)
libgenome-perl 0.06-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 324 kB
  • ctags: 78
  • sloc: perl: 848; makefile: 20
file content (21 lines) | stat: -rw-r--r-- 437 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
=pod

=head1 NAME

GENOME_SW  - Database root directory

=head1 DESCRIPTION

The GENOME_SW environment variable is the root directory for data base storage.

=head1 DEFAULT VALUE

The Genome::Sys module typically leans on OS package management where advanced package management exists (Debian/Ubuntu, RedHat, etc.)

This path is a fallback for systems with locally produced software which is not packaged:

 /var/lib/genome/sw

=cut

1;