Hi Syed,
Thanks for the suggestion.  I had to wait until the evening to try your 
suggestion because my University's firewall apparently block the 53xx ports.  
The results look more pormising using DBLocation.  Also, when using Web 
Services (instead of the BioMart Perl API), I seem to get the correct results 
though I still have more testing to do.  Would you expect Web Services to be 
the more reliable mechanism when it comes to data integrity issues such as 
this?  I wonder if this is one of many reasons why Biomart 0.8 may drop support 
(is that true?) for the BioMart PERL API's.

Do you know why changing the Mart type to MartDBLocation works better 
than MartURLLocation?  Given the firewall issues I may have no choice but to 
switch to using the Web Services method.

Thank you,
Phillipe


________________________________
 From: Syed Haider <[email protected]>
To: pip pipster <[email protected]> 
Cc: "[email protected]" <[email protected]> 
Sent: Wednesday, December 28, 2011 1:14 PM
Subject: Re: [BioMart Users] problem with getting sequence data
 
Hi,

what happens when you use the MartDBLocation type connection params in registry 
file, e.g:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE MartRegistry>
<MartRegistry>

<MartDBLocation databaseType="mysql" host="martdb.ensembl.org" 
database="ensembl_mart_65" name="ensembl" displayName="ENSEMBL 65 GENE (SANGER 
UK)" port="5316" schema="ensembl_mart_65" user="anonymous" password="" 
visible="1" default="1" martUser="" includeDatasets="hsapiens_gene_ensembl" />

<MartDBLocation databaseType="mysql" host="martdb.ensembl.org" 
database="sequence_mart_65" name="seq" displayName="ENSEMBL 65 SEQ (SANGER UK)" 
port="5316" schema="sequence_mart_65" user="anonymous" password="" visible="1" 
default="1" martUser="" includeDatasets="" />

</MartRegistry>



Syed







On 27/12/2011 21:49, pip pipster wrote:
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE MartRegistry>
> <MartRegistry>
>    <MartURLLocation database="ensembl_mart_65" default="1" 
>displayName="Ensembl Genes 65" host="www.ensembl.org" includeDatasets="" 
>martUser="" name="ENSEMBL_MART_ENSEMBL" path="/biomart/martservice" port="80" 
>serverVirtualSchema="default" visible="1" />
>      <MartURLLocation database="sequence_mart_65" default="" 
>displayName="Sequence" host="www.ensembl.org" includeDatasets="" martUser="" 
>name="ENSEMBL_MART_SEQUENCE" path="/biomart/martservice" port="80" 
>serverVirtualSchema="default" visible="" />
> </MartRegistry>
_______________________________________________
Users mailing list
[email protected]
https://lists.biomart.org/mailman/listinfo/users

Reply via email to