At the moment information as starts and stops from one .gbk annotation file are stored in a perl-hash-table %gbkhash.
Because the Uniprot Id that is the key in %gbkhash is an unique Id also between species we can use the same hash for all species Uniprot Ids.
So what needs to be implemented is to add as in-parameter the path to the directory containing all .gbk files supposed to be read into the %gbkhash.
At the moment information as starts and stops from one .gbk annotation file are stored in a perl-hash-table %gbkhash. Because the Uniprot Id that is the key in %gbkhash is an unique Id also between species we can use the same hash for all species Uniprot Ids.
So what needs to be implemented is to add as in-parameter the path to the directory containing all .gbk files supposed to be read into the %gbkhash.