comparison cpt_psm_plotter/lib/CPT/Bio/DataSource/GFF3.pm @ 0:54c7a3ea81e2 draft

Uploaded
author cpt
date Tue, 05 Jul 2022 05:40:36 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:54c7a3ea81e2
1 package CPT::Bio::DataSource::GFF3;
2 no warnings;
3 use Moose;
4 with 'CPT::Bio::DataSource';
5
6
7 sub getSeqIO {
8 die 'unimplemented';
9 }
10
11 no Moose;
12 1;
13
14 __END__
15
16 =pod
17
18 =encoding UTF-8
19
20 =head1 NAME
21
22 CPT::Bio::DataSource::GFF3
23
24 =head1 VERSION
25
26 version 1.99.4
27
28 =head2 getSeqIO
29
30 =head1 AUTHOR
31
32 Eric Rasche <rasche.eric@yandex.ru>
33
34 =head1 COPYRIGHT AND LICENSE
35
36 This software is Copyright (c) 2014 by Eric Rasche.
37
38 This is free software, licensed under:
39
40 The GNU General Public License, Version 3, June 2007
41
42 =cut