Hello,
I have a batch of raw data that I am trying to import into Skyline. Some files import fine, whereas others show the chromatograms importing but then fail at the end, giving the following message:
At 17:44:
Failed importing results file 'C:\Users\sflannery\Documents\Temp_search_folder\TTP0700_MSQ2951_Pierfrancesco_20250207_PatientPilot_01A_1ugCo-digest_S1-E1_1_66011.d'.
Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
pwiz.Skyline.Model.Results.ChromCacheBuildException: Failed importing results file 'C:\Users\sflannery\Documents\Temp_search_folder\TTP0700_MSQ2951_Pierfrancesco_20250207_PatientPilot_01A_1ugCo-digest_S1-E1_1_66011.d'.
Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index ---> System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at pwiz.Skyline.Model.Results.ChromDataSet.get_BestChromatogram() in C:\proj\skyline_24_1\pwiz_tools\Skyline\Model\Results\ChromDataSet.cs:line 89
at pwiz.Skyline.Model.Results.ChromDataSet.SetBestPeak(ChromDataPeakList peakSet, PeptideChromDataPeak bestPeptidePeak, Int32 indexSet) in C:\proj\skyline_24_1\pwiz_tools\Skyline\Model\Results\ChromDataSet.cs:line 1207
at pwiz.Skyline.Model.Results.PeptideChromDataSets.PickPeptidePeaks(ICollection1 dataSets) in C:\proj\skyline_24_1\pwiz_tools\Skyline\Model\Results\PeptideChromData.cs:line 601 at pwiz.Skyline.Model.Results.PeptideChromDataSets.PickChromatogramPeaks(ExplicitPeakBoundsFunc explicitPeakBoundsFunc) in C:\proj\skyline_24_1\pwiz_tools\Skyline\Model\Results\PeptideChromData.cs:line 223 at pwiz.Skyline.Model.Results.ChromCacheBuilder.ScoreWriteChromDataSets(PeptideChromDataSets chromDataSets, Int32 threadIndex) in C:\proj\skyline_24_1\pwiz_tools\Skyline\Model\Results\ChromCacheBuilder.cs:line 107 at pwiz.Common.SystemUtil.ProducerConsumerWorker
2.Consume(Object threadIndex) in C:\proj\skyline_24_1\pwiz_tools\Shared\CommonUtil\SystemUtil\ProducerConsumerWorker.cs:line 186
--- End of inner exception stack trace ---
at pwiz.Skyline.Model.Results.ChromCacheBuilder.PostChromDataSet(PeptideChromDataSets chromDataSet) in C:\proj\skyline_24_1\pwiz_tools\Skyline\Model\Results\ChromCacheBuilder.cs:line 1288
at pwiz.Skyline.Model.Results.ChromCacheBuilder.Read(ChromDataProvider provider) in C:\proj\skyline_24_1\pwiz_tools\Skyline\Model\Results\ChromCacheBuilder.cs:line 433
at pwiz.Skyline.Model.Results.ChromCacheBuilder.BuildCache() in C:\proj\skyline_24_1\pwiz_tools\Skyline\Model\Results\ChromCacheBuilder.cs:line 256
This is timstof PRM data (.d). I have tried converting to another file format but get the same error. The data will open in Bruker DataAnalysis.
Skyline version is 24.1.0.199
If anyone has any insight I would be very grateful!
Many thanks,
SF