Hi Skyline Team,
I have written a script to automate the import of transition list CSV files into Skyline. My code is structured as follows; it is looping across all csv files.
%SKYLINE_CMD% --in=%INPUT_SKY_FILE% --import-transition-list=!TRANSITION_LIST! --save --out=!OUTPUT_FILE!
Here:
INPUT_SKY_FILE is my template Skyline file, saved in the molecule interface.
Each TRANSITION_LIST file contains the following headers:
Molecule Name Precursor Mz Fragment Ion Precursor Charge Collision Energy Product Mz Product Charge Explicit Retention Time Explicit Retention Time Window
This script worked correctly when I used the peptide interface and had PeptideModifiedSequence in the headers. However, now that I am working with the molecule interface and using Molecule Name, the transition list fails to import properly.
Could you please provide guidance on how to modify the script or troubleshoot this issue? Are there any specific changes required for importing transition lists into the molecule interface?
Thank you for your assistance.
Best regards,
Anirudh