Hi there,
there might be a rather simple solution to this but I already checked NCBI for a script (or something like this) but I wasn't lucky. So here is my problem...
I got a list of several species names, say 'Gardnerella vaginalis' is one of them, from that name I need to conclude what the genus is this species falls in. In most cases this is fairly easy since naming convention says that the first part is genus and second part specifies the species. However, since there might be one or the other synonym for a species (especially in the fungal world) I need some kind of lookup into the ncbi taxonomy which gives me the respective genus name for a given species name. (and in the best case this sould be script-able)
Any ideas are highly appreciated!
Thanks,
phil
Unfortunately the last command
does not work...
what I got up to there is:
but when I add the xtract command I get an empty result. Any Idea why?
Well that's odd:
vs
Hmmm it gives me the same results using docsum and DocumentSummary
and
it also gives me this output when I just go for:
this is really strange... efetch -format xml gives me a huge XML tree, though.
No idea,
-format docsum
is supposed to return what I pasted above. Using version 1.90well that's odd...
do you maybe know:
how can I check on the version of eUtils I am using and where can I get the newest one (if I have an old one)?
e.g.
ftp://ftp.ncbi.nlm.nih.gov/entrez/entrezdirect/
Latest is actually 2.0 but I haven't bothered updating.
I just updated and now all works fine. I had version 1.00 installed and I guess some things changed.... (really need to keep track of all the versions ;)!).
Anyways, thank you so much for your patience and the follow ups!!!!!!