line |
bran |
sub |
pod |
code |
1
|
|
|
|
package Sanger::CGP::AlleleCount; |
2
|
|
|
|
|
3
|
|
|
|
##########LICENCE########## |
4
|
|
|
|
# Copyright (c) 2014-2018 Genome Research Ltd. |
5
|
|
|
|
# |
6
|
|
|
|
# Author: CASM/Cancer IT |
7
|
|
|
|
# |
8
|
|
|
|
# This file is part of alleleCount. |
9
|
|
|
|
# |
10
|
|
|
|
# alleleCount is free software: you can redistribute it and/or modify it under |
11
|
|
|
|
# the terms of the GNU Affero General Public License as published by the Free |
12
|
|
|
|
# Software Foundation; either version 3 of the License, or (at your option) any |
13
|
|
|
|
# later version. |
14
|
|
|
|
# |
15
|
|
|
|
# This program is distributed in the hope that it will be useful, but WITHOUT |
16
|
|
|
|
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
17
|
|
|
|
# FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more |
18
|
|
|
|
# details. |
19
|
|
|
|
# |
20
|
|
|
|
# You should have received a copy of the GNU Affero General Public License |
21
|
|
|
|
# along with this program. If not, see . |
22
|
|
|
|
##########LICENCE########## |
23
|
|
|
|
|
24
|
|
|
|
|
25
|
|
2
|
|
use strict; |
26
|
|
|
|
|
27
|
|
2
|
|
use base 'Exporter'; |
28
|
|
|
|
our $VERSION = '3.3.1'; |
29
|
|
|
|
our @EXPORT = qw($VERSION); |
30
|
|
|
|
|
31
|
|
|
|
1; |