The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

MOBY::service_type - a lightweight connection to the service_type table in the database

SYNOPSIS

use MOBY::service_type;
my $Instance = MOBY::service_type->new(
     rdf_definition => "URI:LSID:www.biomoby.org:services:Blast",
     name "Blast",
);
print $Instance->service_type_id;

DESCRIPTION

representation of the service_type table. Can write to the database

AUTHORS

Mark Wilkinson (mwilkinson@gene.pbi.nrc.ca)