swh:1:snp:5789d5563ae0ff1fac9d4620526a6e02863df326
Raw File
Tip revision: eff63c7ab209dbf040f7468656de51a653432bfe authored by Gabriel Sanderson on 03 October 2013, 19:32:53 UTC
Remove cached reference alignments from DV2.
Tip revision: eff63c7
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