[ensembl-dev] Problems with transcript variation adaptor
Oliver, Gavin
gavin.oliver at almacgroup.com
Mon Feb 21 15:15:18 GMT 2011
Hi,
I am trying to pull variations associated with a transcript and am
having a problem whereby the transcript variation adaptor is being
flagged as 'undefined'.
I have tried to simplify the problem below.
my $registry = 'Bio::EnsEMBL::Registry';
$registry->load_registry_from_db(
-host => 'ensembldb.ensembl.org',
-user => 'anonymous',
-port => 5306,
);
my $trv_adaptor = $registry->get_adaptor("human", "variation",
"transcriptvariation");
print $trv_adaptor;
This produces the error "Use of uninitialized value." for $trv_adaptor
in the print command.
Why would $trv_adaptor be undefined at this stage?
The contents of this message and any attachments to it are confidential and may be legally privileged. If you have received this message in error, you should delete it from your system immediately and advise the sender.
Almac Group (UK) Limited, registered no. NI061368. Almac Sciences Limited, registered no. NI041550. Almac Discovery Limited, registered no. NI046249. Almac Pharma Services Limited, registered no. NI045055. Almac Clinical Services Limited, registered no. NI041905. Almac Clinical Technologies Limited, registered no. NI061202. Almac Diagnostics Limited, registered no. NI043067. All preceding companies are registered in Northern Ireland with a registered office address of Almac House, 20 Seagoe Industrial Estate, Craigavon, BT63 5QD, UK.
Almac Sciences (Scotland) Limited, registered in Scotland no. SC154034.
Almac Clinical Services LLC, Almac Clinical Technologies LLC, Almac Diagnostics LLC, Almac Pharma Services LLC and Almac Sciences LLC are Delaware limited liability companies and Almac Group Incorporated is a Delaware Corporation. More information on the Almac Group can be found on the Almac website: www.almacgroup.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.ensembl.org/pipermail/dev_ensembl.org/attachments/20110221/ec4c5cae/attachment.html>
More information about the Dev
mailing list