Custom Modifications using SkylineRunner/CMD?

support
Custom Modifications using SkylineRunner/CMD? dominickyeo  2025-03-14 19:10
 

There are some unimod modifications that aren't in Skyline like Cys->Asn. I'm trying to automate the process of creating .sky files and it looks like adding this modification isn't allowed because the unimod database is incomplete. Is there any way to add custom modifications using SkylineCMD or Skylinerunner?

 
 
Nick Shulman responded:  2025-03-15 10:54
The traditional way to deal with this would be to use the Skyline user interface to create a Skyline document which contains all of the modifications that you need.
Then, your command-line program would never actually create a new blank Skyline document but would instead open the existing document using the "--in" command-line argument and save it as a different name with the "--out" command-line argument.

I know that in recent versions we have added many more command-line arguments for scenarios such as defining modifications, but I do not see any arguments that would work for defining custom modifications. It might be that the only way to define custom modifications from the command-line would be to generate the XML in the .sky file yourself.
-- Nick