diff --git a/t/GenomeUpdate/tp.t b/t/GenomeUpdate/tp.t new file mode 100644 index 0000000..033097a --- /dev/null +++ b/t/GenomeUpdate/tp.t @@ -0,0 +1,27 @@ +#!/usr/bin/perl + +=head1 NAME + +tp.t - A test for Bio::GenomeUpdate::TP class + +=cut + +=head1 SYNOPSIS + +perl tp.t + + +=head1 DESCRIPTION + +Creating new TPLines and adding to TP object. Checking if returned object is correctly formatted. + +=head2 Author + +Surya Saha + +=cut + +use strict; +use warnings; +use autodie; +