Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.ssl file not accepted by Skyline #61

Closed
derffff2022 opened this issue May 27, 2022 · 3 comments
Closed

.ssl file not accepted by Skyline #61

derffff2022 opened this issue May 27, 2022 · 3 comments

Comments

@derffff2022
Copy link

Dear XiSearch team,
I was recently working on a crosslinker quantitation project based on BS3. However, recently I am facing a problem before quantifying my data on Skyline. I was following your Nature Protocol article (https://doi.org/10.1038/s41596-018-0089-3) and it seems like the manual generation of .ssl file from csv is not recognized by the Skyline. I posted the question on Skyline forum yesterday and they said columns named "File" and "Scan" is missing. I also tried to use the automatic generation tool on xiView but it is not responding as well. Previously I also tried plink2 and XlinkX and I noticed the csv file format is very different therefore incompatible with your developed tools. I am wondering if you have any suggestions and recommendation to overcome this dilemma.

I would very grateful towards your precious ideas and help!

Best Regards,
Peter

@colin-combe
Copy link

Hi Peter,

Yes, the .ssl export from xiVIEW is broken - actually that menu option was meant to be removed but snuck back in by mistake. It is removed now and will be reinstated if/when fixed.

There is another open issue about .ssl export from xiVIEW - Rappsilber-Laboratory/build-xiview#73 (comment)

In it @chambm described a new format added Skyline to represent crosslinked peptides and asked:

Do you think we could unify on this representation?

I would be happy to unify on that representation, its just not something I've got around to doing yet. (I don't know if @chambm is still out there interested in this, he didn't recieve a response from me back in 2020.)

@lutzfischer
Copy link
Member

xiSEARCH actually comes with a little util to translate your results into a skyline ssl-file. Not in the format described in the above mentioned comment but closer to the one described in the paper.

To run that you can

java -cp [path to the xiSEARCH.jar] rappsilber.gui.skyline.Xi2Skyline

you can then select the CSM file and the search config and generate an ssl file. I know that somebody just got it to read with skyline - not sure what version of skyline though. Can have a look at getting the "new" format implemented. Looks to be simpler than what what I have. In my export the crosslinker is encoded as a modified lysine and the crosslink-sites are encoded as +H modifications.

@derffff2022
Copy link
Author

xiSEARCH actually comes with a little util to translate your results into a skyline ssl-file. Not in the format described in the above mentioned comment but closer to the one described in the paper.

To run that you can

java -cp [path to the xiSEARCH.jar] rappsilber.gui.skyline.Xi2Skyline

you can then select the CSM file and the search config and generate an ssl file. I know that somebody just got it to read with skyline - not sure what version of skyline though. Can have a look at getting the "new" format implemented. Looks to be simpler than what what I have. In my export the crosslinker is encoded as a modified lysine and the crosslink-sites are encoded as +H modifications.

Thank you very much! This library is finally built successfully

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants