bebatut / enasearch

A Python library for interacting with ENA's API
http://bebatut.fr/enasearch
MIT License
22 stars 6 forks source link

trouble filtering fields to return #41

Open jonm4024 opened 6 years ago

jonm4024 commented 6 years ago

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!