Closed djtfmartin closed 9 years ago
Code uses screen scraping and the NCBI page/layout has changed. Would be good to use a webservice for this, which won't be so brittle. Looking now.
Webpage: http://www.ncbi.nlm.nih.gov/nuccore/?term=%22Macropus+rufus%22
I also found their XML webservice (docs: http://www.ncbi.nlm.nih.gov/books/NBK25498/#chapter3.ESearch__ESummaryEFetch): search: http://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=nucleotide&term=macropus+rufus
both of which return 728 results. XML doesn't include details for hits, so it looks like you'll need to batch up the IDs and do another webservice request for that...
Not sure its worth the coding now or later but the webpage will probably change again and break at some point.
You can use the history option from first search:
`
Fixed with code from Dave's branch commit 15cda87
http://bie.ala.org.au/species/Macropus+rufus
Always returning 0 results.