Hello,
I'm looking for something similar to tabix. But instead of looking for informations within a given region, I would like to use the values in the ID column for quickly lookup.
So for example I would like to take the compressed dbSNP file, index it by the ID column and than search quickly for the line with a given rs number.
Do you know any program or way that can do this?
fin swimmer
Don't overthink it. Link
gzip
andgunzip
topigz
. Then:A database is way overkill.
tabix has a --targets option..