I've queried the EST database at the NCBI and I get back ~1000 results. see here: http://www.ncbi.nlm.nih.gov/nucest?term=txid2%5Borgn%5D%20AND%20gbdiv_est%5Bprop%5D
I'd like to download all sequences as a FASTA file, but I can't find a link to do this on the website.
I've tried using a Fetch perl script, with this query
$query = 'txid2[orgn]+AND+gbdiv_est[prop]';
but, I do not get any results: http://www.ncbi.nlm.nih.gov/books/NBK25498/#chapter3.ESearch__ESummaryEFetch
What's the easiest way to do this?
Cheers, John
Thanks Neil, I'm an idiot, I think that in the past that link only downloaded the sequences on the current page, anyhow, that's great! Thanks.
You're welcome. I think there was a time when the download link did not retrieve all results (and Batch Entrez was recommended) but now, all search results are retrieved. It can take a while, depending on number of results.
And there I was thinking you had to put a checkmark on all results before... glad to see it work this way :-)