Timo van der Laan Lv 1
This crashes a lot of Mutating scripts. Secondary structure is _ (underline symbol)
This crashes a lot of Mutating scripts. Secondary structure is _ (underline symbol)
Assigning
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.
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
The fix for this is currently out in devprev and should go to main soon.
This fix has gone out to main.