line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Bio::Tradis::Exception; |
2
|
|
|
|
|
|
|
# ABSTRACT: Exceptions for input data |
3
|
|
|
|
|
|
|
$Bio::Tradis::Exception::VERSION = '1.3.3'; |
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
use Exception::Class ( |
7
|
2
|
|
|
|
|
27
|
Bio::Tradis::Exception::RefNotFound => { description => 'Cannot find the reference file' }, |
8
|
|
|
|
|
|
|
Bio::Tradis::Exception::TagFilterError => { description => 'Problem filtering the Fastq by tag' } |
9
|
2
|
|
|
2
|
|
16
|
); |
|
2
|
|
|
|
|
5
|
|
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
1; |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
__END__ |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
=pod |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
=encoding UTF-8 |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
=head1 NAME |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
Bio::Tradis::Exception - Exceptions for input data |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
=head1 VERSION |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
version 1.3.3 |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
=head1 SYNOPSIS |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
Exceptions for input data |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
=head1 AUTHOR |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
Carla Cummins <path-help@sanger.ac.uk> |
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
36
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
This software is Copyright (c) 2013 by Wellcome Trust Sanger Institute. |
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
This is free software, licensed under: |
40
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
The GNU General Public License, Version 3, June 2007 |
42
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
=cut |