Problem with custom report after updating skyline

support
Problem with custom report after updating skyline tyler w bradshaw  2017-10-17 16:04
 
Hi Skyline group,

I updated Skyline daily today, and unfortunately I'm having an issue with a custom report (!RatioOnly.skyr) that I've made. Previously I didn't have any problems with this data export. Other reports seem unaffected.

When I try to preview the report I receive an error message:
"An error occured while displaying the data rows:
Object must implement |Convertible.
Do you want to continue to see these error messages?

If I go ahead and save the report anyway the .csv file is empty.

Thank you for any help in advance,
Tyler
 
 
Nick Shulman responded:  2017-10-17 16:34
Skyline is having trouble with the filter that you have on "Peptide Modified Sequence" because of some work that I recently did that makes the modified sequence in the Document Grid more complicated.

The "ModifiedSequence" column became a more complicated object with the latest update of Skyline-Daily, which has sub-properties such as "MonoisotopicMasses", etc.

Currently, Skyline does not allow you to do a "Contains" filter on an object like this (maybe we should -- I need to think about this).

You can fix this by changing your filter so that it looks at the "Peptide Modified Sequence Monoisotopic Masses" column instead of "Peptide Modified Sequence", then it will work.
(I attached a new .skyr file that works with Skyline-Daily)
 
tyler w bradshaw responded:  2017-10-18 05:16
Thanks for your help Nick.

-Tyler