line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Bio::PrimerDesigner::Config; |
2
|
|
|
|
|
|
|
|
3
|
6
|
|
|
6
|
|
13865
|
use strict; |
|
6
|
|
|
|
|
12
|
|
|
6
|
|
|
|
|
348
|
|
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
$Bio::PrimerDesigner::Config = { |
6
|
|
|
|
|
|
|
local_url => '', |
7
|
|
|
|
|
|
|
}; |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
# ------------------------------------------------------------------- |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
=pod |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
=head1 NAME |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
Bio::PrimerDesigner::Config |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
=head1 AUTHORS |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
Copyright (C) 2003-2008 Sheldon McKay Emckays@cshl.eduE, |
20
|
|
|
|
|
|
|
Ken Youens-Clark Ekclark@cpan.orgE. |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
=head1 LICENSE |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
This program is free software; you can redistribute it and/or modify |
25
|
|
|
|
|
|
|
it under the terms of the GNU General Public License as published by |
26
|
|
|
|
|
|
|
the Free Software Foundation; version 2. |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful, but |
29
|
|
|
|
|
|
|
WITHOUT ANY WARRANTY; without even the implied warranty of |
30
|
|
|
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
31
|
|
|
|
|
|
|
General Public License for more details. |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License |
34
|
|
|
|
|
|
|
along with this program; if not, write to the Free Software |
35
|
|
|
|
|
|
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
36
|
|
|
|
|
|
|
USA. |
37
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
=head1 SEE ALSO |
39
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
Bio::PrimerDesigner. |
41
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
=cut |