I have a list of Sequence Read Archive accession numbers for raw data reads, and this list looks like this :
SAMN03421314
SAMN03421315
SAMN03421316
SAMN03421317
SAMN03421318
SAMN03421319
SAMN03421320
SAMN03421321
...
This list is stored in a text file. I downloaded every SRA file using sratoolkit's prefetch command. What I got is a list of folders, each containing .SRA file, but all those folders are named not by their Biosample (e.g. SAMN03421321 ), but by their Run (SRR1927228). What I want to do is connect each Biosample to the Run (eg. SAMN03421321 : SRR1927228), and not to do that manually, as I have a bunch of folders.
Is there a fast tool to do just that - not re-download genomes, but just look up those two IDs?