Open poyyajagadeesh opened 1 month ago
It is difficult to reproduce your error with the provided information, but as indicated by the warning message: In data("BLOSUM62") : data set 'BLOSUM62' not found, it seems that the BLOSUM62 substitution matrix is not available in your environment.
Please check that the package providing the BLOSUM62 matrix is installed and loaded:
install.packages("Biostrings") library(Biostrings) data(BLOSUM62)
I am getting following erros in last step:
This error is occured after generating descriptor for new pathogen dataset.
Can you help in resolving this??