You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this was nicely tackled in #48 PR. We should also add BLOSUM / other PAM matrices. Also an argument to choose the matrix will be needed. In the beginning we can set it to None and require user to choose one from provided. It will eliminate need to guess if a sequence consists of aminoacids or nuclotides (we don't have matrices for nucleotides)
We can start with the most poplar aminoacid substitution matrices (like PAM250) and adding a switch in command line arguments.
The text was updated successfully, but these errors were encountered: