I have a long list of complete bacterial organism names (more than 100000, thus impossible to search and download it line by line). Format is one name on each line. I need to download GCA (It must be GCA instead of GCF) fasta files of the corresponding genomes from https://www.ncbi.nlm.nih.gov/genome/browse/ (Specify Levels as Complete).
I have to achieve this through command lines. How to do it efficiently? Thank you.
This code didn't generate anything for me. Also it didn't give me any error. Did you manage to solve the issue?
My answer: C: How to retrieve single protein fasta file for multiple species?