swh:1:snp:5789d5563ae0ff1fac9d4620526a6e02863df326
Raw File
Tip revision: 50597c195332bb95289d4e4b4e99e51947543475 authored by apregier on 03 June 2013, 19:30:32 UTC
Resolve-attribute returns unique values, so count may not be the same
Tip revision: 50597c1
PAP.pm
package PAP;

use warnings;
use strict;

use UR;
use UR::ObjectV001removed;
use Workflow;

#use lib '/gscmnt/temp212/info/annotatin/bioperl-cvs/bioperl-live';
#use lib '/gscmnt/temp212/info/annotatin/bioperl-cvs/bioperl-run';
use lib '/gsc/scripts/opt/bacterial-bioperl';

class PAP {
    is => ['UR::Namespace'],
    type_name => 'pap',
};

1;
back to top