684 Secondary structure of the sugar is not M

Started by Timo van der Laan

tamirh Lv 1

I've fixed this, it should go out in a release later this week. I've also fixed the issue where structure.GetAminoAcid() wouldn't return valid strings for the sugar.

Timo van der Laan Lv 1

Workaround for failing recipes:
In most of them in the beginning of the file segCnt (or segCnt2 in my DRW) is set.
Just add -1 to that line.
Example V2 recipe: segCnt=structure.GetCount() change that into segCnt=structure.GetCount()-1