684 Secondary structure of the sugar is not M
Case number: | 671071-994688 |
Topic: | Game: Other |
Opened by: | Timo van der Laan |
Status: | Closed |
Type: | Bug |
Opened on: | Monday, March 11, 2013 - 17:20 |
Last modified: | Friday, March 15, 2013 - 19:00 |
This crashes a lot of Mutating scripts. Secondary structure is _ (underline symbol)
»
Mon, 03/11/2013 - 21:37
#2
Status: Open » Open |
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.
Mon, 03/11/2013 - 22:40
#3
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
Tue, 03/12/2013 - 02:20
#4
The fix for this is currently out in devprev and should go to main soon.
Fri, 03/15/2013 - 19:00
#5
Status: Open » Closed |
This fix has gone out to main.
Assigning