Entering edit mode
4.4 years ago
Prasad
▴
50
Hello,
I am trying extract Isolation source attributes from ncbi Biosample database using ncbi eutils. I used following command but it's not returning empty
esearch -db biosample -query "SAMN02850961" | efetch -format xml | xtract -pattern BioSampleSet -element Attributes display_source
Please let me know what I am doing wrong.
Thanks in Advance.