Hello,
I was given a list of 2000+ unique contig names and I need to find out which bacterial genomes the contigs belong to, and download the whole genome of that bacteria for as many as I can. I can't think of any way to expedite this process except to search on NCBI each genome. Is there a faster way to do this? I understand if this is a weird question to ask.
Please post an example or two of the names.
Here are some examples. They are Genbank handles,and I would like the genomes in Fasta format. I'm thinking I can use wget and write a script that uses wget for each of the genomes in my list, since the contig names I just posted are part of the website address?