Fixed bug: was nullpointing at retrieveUniprotKBData because of a single uniprot id can have multiple blast hits and was using the uni ids as unique identifiers => the lookup map was failing. Now the lookup map is from uniIds to lists of homologs(hits)
|