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

A library for deploying App on deepchain.bio

Results 2 deepchain-apps issues
Sort by recently updated
recently updated
newest added

Currently the scoring only allows type float per score name: ```Python Score = Dict[str, float] ScoreList = List[Score] ``` It may be worth extending to different input types such as...

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...