I'm trying to download genomes from NCBI (preferably in fasta format) using Python, but so far nothing really works. API's are new to me and I don't really understand the documentation (https://www.ncbi.nlm.nih.gov/books/NBK25497/).
My eventual goal is downloading all genomes of every species within a genus, but downloading just 1 genome with Python would be a great start.
I'm also open to options other than using an API.
Thanks in advance :)
Edit: This is my code sample
import ncbi_genome_download as ngd
taxon_name = "Rubus"
ngd.download().group(taxon_name)
This downloads of genomic data in the archaea group, but not in the group that I'm interested in: Rubus.
Yes, there is such easy way :-)
Output: