File Coverage

blib/lib/Phenyx/Utils.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Phenyx::Utils;
2              
3 1     1   48440 use warnings;
  1         2  
  1         31  
4 1     1   6 use strict;
  1         1  
  1         69  
5              
6             =head1 NAME
7              
8             Phenyx::Utils
9              
10             =head1 VERSION
11              
12             Version 0.01
13              
14             =cut
15              
16             our $VERSION = '0.0.3';
17              
18             =head1 DESCRIPTION
19              
20             A set of utilities developped by the Phenyx team (www.genebio.com), but not linked to the main project (meaning you should be able to use them without any reference to a core Phenyx module)
21              
22             Topics covered:
23              
24             =over 4
25              
26             =item LSF submission in Phenyx::Utils::LSF::Submission and Phenyx::Utils::LSF::JobInfo
27              
28             =back
29              
30             =head1 SYNOPSIS
31              
32              
33             =head1 EXPORT
34              
35              
36             =head1 FUNCTIONS
37              
38              
39             =head1 BUGS
40              
41             Please report any bugs or feature requests to
42             C, or through the web interface at
43             L.
44             I will be notified, and then you'll automatically be notified of progress on
45             your bug as I make changes.
46              
47             =head1 SEE ALSO
48              
49             Phenyx::Utils::LSF::Submission
50              
51             =head1 ACKNOWLEDGEMENTS
52              
53             =head1 COPYRIGHT
54              
55             Copyright (C) 2004-2005 Geneva Bioinformatics www.genebio.com
56              
57             This library is free software; you can redistribute it and/or
58             modify it under the terms of the GNU Lesser General Public
59             License as published by the Free Software Foundation; either
60             version 2.1 of the License, or (at your option) any later version.
61              
62             This library is distributed in the hope that it will be useful,
63             but WITHOUT ANY WARRANTY; without even the implied warranty of
64             MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
65             Lesser General Public License for more details.
66              
67             You should have received a copy of the GNU Lesser General Public
68             License along with this library; if not, write to the Free Software
69             Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
70              
71             =head1 AUTHORS
72              
73             Alexandre Masselot, www.genebio.com
74              
75             =cut
76              
77             1; # End of Phenyx::Utils