diegozea / MIToS.jl

A Julia package to analyze protein sequences, structures, and evolutionary information
https://diegozea.github.io/MIToS.jl/stable/
Other
75 stars 18 forks source link

Make hobohmI() faster #7

Closed diegozea closed 9 years ago

diegozea commented 9 years ago

A lot of time of hobohmI looks to be spent on percentageidentity. Maybe making percentageidentity faster can help, but:

Maybe using msa.msa' can help in some way for getting the sequences faster...