I have an array of RefSeq accession IDs, which looks like the following:
NC_000001.11 NC_000002.12 NC_000003.12 NC_000004.12 NC_000005.10 NC_000006.12 NC_000007.14 NC_000008.11 NC_000009.12 NC_000010.11 NC_000011.10 . . .
I am interested in knowing which chromosomes they refer to? Is there a way to automatically retrieve this information?
Definately not a good solution but you can upload the ids to batch entrez (http://www.ncbi.nlm.nih.gov/sites/batchentrez) and get the summary as output text file which gives the chromosome name.
See my comment on your previous question CGAT: Error while running gtf2gtf