Kevin Eloff
Results
2
issues of
Kevin Eloff
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...