Issue 296: IrtDb can prevent document from being saveable.

Status:closed
Assigned To:Guest
Type:Defect
Area:Skyline
Priority:2
Milestone:2.5
Opened:2014-02-03 17:25 by Nick Shulman
Changed:2014-02-04 16:15 by Nick Shulman
Resolved:2014-02-04 16:06 by Brendan MacLean
Resolution:Fixed
Closed:2014-02-04 16:15 by Nick Shulman
2014-02-03 17:25 Nick Shulman
Title»IrtDb can prevent document from being saveable.
Assigned To»Brendan MacLean
Type»Defect
Area»Skyline
Priority»2
Milestone»2.5
I am unable to save my Document in Skyline, because IrtDbManager.IsLoadedDocument is returning false.

IrtDbManager.IsLoadedDocument:
return rtRegression == null || !rtRegression.IsAutoCalcRequired(document, null);

RetentionTimeRegression.IsAutoCalcRequired:
if (!document.Settings.HasResults && _dictStandardPeptides != null)
    return false;

I think this might be the problem that kbeck9 posted a support request about on Jan 29, 2014 but that support request appears to have been deleted ("Error when saving skyline documents").

2014-02-04 16:06 Brendan MacLean
resolve as Fixed
Statusopen»resolved
Assigned ToBrendan MacLean»Nick Shulman
Fixed with r5651

2014-02-04 16:15 Nick Shulman
close
Statusresolved»closed
Assigned ToNick Shulman»Guest
Verified