I've had a search and I can't seem to find any relatable questions.
My task is as follows:
- I have a list of Refseq accessions in a .txt file.
- I want to download all the associated genomes to seperate .fasta files in a local directory.
I note that I can use Entrez or NCBI assembly downloader, but this puts all genomes into the one .fasta file which isn't ideal.
Can anyone help?
Thanks.