[Bioperl-l] Fetch data from EST DB of NCBI
gopu_36
gopu_36 at yahoo.com
Thu Feb 26 01:58:17 UTC 2009
Hi,
I tried using perl get function giving the url as parameter and downloaded
the data. I am wondering anything available in bioperl? Thanks.
I have another dobut. I am using a similar script to download from ENSEMBLE
database and the script couldn't download. Is it possible to download from
ensemble? How do I solve this?
For example an url
http://www.ensembl.org/Danio_rerio/Search/Summary?_q=ENSDART00000015251, if
I use wget from the unix server, it is able to fetch the data where as if i
use the same url under perl like below, I am not able to fetch the data.
#!/usr/bin/perl -w
use LWP::Simple;
$url='http://www.ensembl.org/Danio_rerio/Search/Summary?_q=ENSDART00000015251';
my $record = get($url);
print $record;
Please let me know why my perl script is not working with ensemle database.
Thanks. or any pther way to resolve?
gopu_36 wrote:
>
> Hi,
>
> I am very new to bioperl and just started learning on my own. As a small
> example I would like to try a script to get EST details from NCBI provided
> I have a set of EST ids in a text file. Could someone help me with this?
> Thanks.
> Gopu
>
--
View this message in context: http://www.nabble.com/Fetch-data-from-EST-DB-of-NCBI-tp22175103p22216133.html
Sent from the Perl - Bioperl-L mailing list archive at Nabble.com.
More information about the Bioperl-l
mailing list