Revision 4f2af8456667df1a7309d3aa935ca9f725c436a3 authored by Susanna Siebert on 04 March 2014, 16:05:21 UTC, committed by Susanna Siebert on 04 March 2014, 16:07:57 UTC
1 parent cffcb88
Raw File
BAP.pm
package BAP;

use warnings;
use strict;

use UR;

use lib '/gsc/scripts/opt/bacterial-bioperl';

class BAP {
    is          => ['UR::Namespace'],
    type_name   => 'bap',
};

1;
back to top