File: FeatureIO.t

package info (click to toggle)
libbio-featureio-perl 1.6.905-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 344 kB
  • sloc: perl: 1,479; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 329 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# -*-Perl-*- Test Harness script for Bioperl
# $Id: FeatureIO.t 15112 2008-12-08 18:12:38Z sendu $

use strict;
use warnings;
use Bio::Root::Test;

use_ok($_) for qw(
    Bio::FeatureIO
    Bio::FeatureIO::gff
    Bio::FeatureIO::ptt
    Bio::FeatureIO::vecscreen_simple
    Bio::SeqFeature::Annotated
);

done_testing();

exit;