esearch -db nucleotide -query "MW605321:MW605421[accn]" | efetch -format docsum | xtract -pattern DocumentSummary -element Caption TaxId Organism
I have to get the family information of viruses from their species information. I have more than 200 virus species data with me. I have tried a lot of things to get the family information of multiple viruses using NCBI utilities.
So can any one please help me hoe to get the family information of viruses from species information.
esearch -db nucleotide -query "MW605321:MW605421[accn]" | efetch -format docsum | xtract -pattern DocumentSummary -element Caption TaxId Organism
how to modify this command .
Thank you so much for the help