You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having trouble using the search_data() function to filter fields that I return
Going from the tutorial, if I update to call this:
data = enasearch.search_data(
free_text_search=True,
query="SMP1+homo",
result="sequence_release",
display="report", fields="accession,collection_date")
I still get all fields (including sequence, etc) not just the fields of "accession" and "collection date" I am interested in
Am I missing something?
Thanks!
The text was updated successfully, but these errors were encountered:
I am having trouble using the search_data() function to filter fields that I return
Going from the tutorial, if I update to call this:
data = enasearch.search_data(
free_text_search=True,
query="SMP1+homo",
result="sequence_release",
display="report", fields="accession,collection_date")
I still get all fields (including sequence, etc) not just the fields of "accession" and "collection date" I am interested in
Am I missing something?
Thanks!
The text was updated successfully, but these errors were encountered: