Issue 316: Saving a minimized skyline doc which uses an XHunter library doesn't work if peptide ranking is turned on

issues
Status:open
Assigned To:Brian Pratt
Type:Defect
Area:Skyline
Priority:3
Milestone:4.3
Opened:2014-03-14 16:05 by Brian Pratt
Changed:2017-06-08 15:38 by Brendan MacLean
Resolved:
Resolution:
Closed:
2014-03-14 16:05 Brian Pratt
Title»Saving a minimized skyline doc which uses an XHunter library doesn't work if peptide ranking is turned on
Assigned To»bspratt
Type»Defect
Area»Skyline
Priority»3
Milestone»2.6
If you add these lines to the end of MethodEditTutorialTest's DoTest():

            // Share the minimal document - this throws an exception with text
            /// PeptideLibraries_EnsureRankId_Specified_libraries_do_not_support_the___0___peptide_ranking
            string shareMinPath = TestFilesDirs[0].GetTestPath("share_minimized.zip");
            RunUI(() => SkylineWindow.ShareDocument(shareMinPath, false));

The problem seems to be that the resultant library doesn't know about Expectation Value ("Expect") as a PeptideRankId type.

2014-08-28 14:38 Brendan MacLean
Milestone2.6»3.1

2017-06-08 15:38 Brendan MacLean
Milestone3.1»
Gonna fix it?