comparison lib/CPT/Bio/DataSource/GFF3.pm @ 1:d724f34e671d draft default tip

planemo upload commit 94b0cd1fff0826c6db3e7dc0c91c0c5a8be8bb0c
author cpt
date Mon, 05 Jun 2023 02:50:07 +0000
parents
children
comparison
equal deleted inserted replaced
0:e4de0a0e90c8 1:d724f34e671d
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