per
https://skyline.ms/announcements/home/support/thread.view?rowId=63393 and related email exchange of Feb 6 2024 between BrianP and MattC on the dev group:
----------------------------
Chambers, Matthew
7:55 AM (1 hour ago)
to me, skyline-dev
Yes, it's on the pwiz side (HandlerDevices in MassHunterData.cpp). The sample name would be set with an MS_sample_name CVParam in a Sample object in the MSData::samplePtrs vector. Reader_Thermo already sets it and MsDataFileImpl has a way to access it (GetSampleId).
On 2/6/2024 5:34 PM, Brian Pratt wrote:
Nice. That's on the pwiz side, yes? Where would this kind of extra info fit in the mzML schema?
On Tue, Feb 6, 2024 at 2:05 PM Chambers, Matthew <matt.chambers42@gmail.com> wrote:
No, but we do already parse the Devices.xml file to get the instrument serial number. Parsing that sample_info.xml file looks quite trivial.
On 2/6/2024 4:56 PM, Brian Pratt wrote:
@Matt - is that kind of info available in the Agilent API? If so we could add it as a replicate annotation in Skyline.
---------- Forwarded message ---------
From: Skyline Support <skyline@proteinms.net>
Date: Mon, Feb 5, 2024 at 1:17 PM
Subject: When importing Agilent .D files is there a way to read the Sample Group information?
To: <bspratt@proteinms.net>
***Please do not reply to this email notification. Replies to this email are routed to an unmonitored mailbox. Instead, please use the link below.***
cian monnin (DailyRequests) created a new request 2024-02-05 13:17
Hello Skyline Team!
When making a worklist on Agilent's Data Acquisition software there is a Sample Group column. Is there a way to import or populate a column with this information in Skyline? It's stored in the the sample_info.xml as
<Field>
<Name>SampleGroup</Name>
<DisplayName>Sample Group</DisplayName>
<Value>20x_MEF_NPRL2</Value>
<DataType>8</DataType>
<Units>
</Units>
<FieldType>SYSTEM</FieldType>
<Overridden>False</Overridden>
</Field>
Specifically the <Value>20x_MEF_NPRL2</Value> is of interest for us.
Thanks!