deepchain-apps icon indicating copy to clipboard operation
deepchain-apps copied to clipboard

Allow input of multiple proteins

Open KevinEloff opened this issue 3 years ago • 0 comments

Currently the compute_scores function only allows one protein per input (List[str])

It may be useful to extend to allow the input of multiple proteins at a time. For example, calculating the binding energy between two protein sequences. Such as this model: https://github.com/gopuvenkat/MHCAttnNet

KevinEloff avatar May 07 '21 13:05 KevinEloff