cmbi / mrs

Maarten's Retrieval Service
Boost Software License 1.0
0 stars 3 forks source link

Makes MRS blast support pyrrolysine residues in a sequence #46

Closed cbaakman closed 7 years ago

cbaakman commented 7 years ago

Treat pyrrolysine(O) and selenocysteine(U) as X, unless it's a U vs. U or O vs. O match.

cbaakman commented 7 years ago

There is a commandline option mrs blast, the results look normal. Do you mean a unit test?

jonblack commented 7 years ago

Yes, I mean a unit test. It's always good to have an automated test for changes. Is this possible?

cbaakman commented 7 years ago

It is, once I find out how to make unit tests for c++ code.