-
Notifications
You must be signed in to change notification settings - Fork 101
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
Latest installation instructions #2802
Comments
The MSConvertGUI build from Visual Studio should work after you've built using quickbuild.bat from the command-line. Make sure the VS config (release/debug) matches the quickbuild configuration (which defaults to release). You probably want the --i-agree* argument if you want vendor support, but it's not strictly required like it is for Skyline. Any C++ changes will require rebuilding with quickbuild.bat. Changes to the MSConvert or SeeMS C# code can be rebuilt/debugged from Visual Studio. |
When I want to build MSConvert and SeeMS, the target that I tell quickbuild.bat to build is "executables". The commandline I use is: My machine is configured to be able to build Skyline, and there was no additional setup required to build MSConvert and SeeMS. If you are still having trouble building you should attach your build output and we may be able to figure out what is going wrong. |
Thanks @nickshulman and @chambm, I want to execute the project in the bebug mode. Actually, I want to capture the input-output of the OverlapDemultiplexer that is defined in the Skyline. Also, when I import Skyline in MSConvert then it doesn't works. Any suggestions on it would be helpful. |
We recommend that you avoid the class "OverlapDemultiplexer" in Skyline. That is, in the "Edit Isolation Scheme" dialog in Skyline, you should never choose anything other than "None" in the "Deconvolution" dropdown. |
OK, thanks @nickshulman it was really helpful. One more thing, is there any way to plot the original multiplexed input and demultiplexed output generated by MSConvert. I checked SeeMS, but didn't found any option for it. |
The demultiplexing generates a different number of spectra, so it's tricky to directly compare them. But SeeMS will let you do it with a bit of work. The right click menu in SeeMS' spectrum list lets you overlay or stack spectrum graphs (on the current graph or a new tab). So if you view a spectrum in the original file, then go to the demultiplexed file and find the same spectrum (it will have the same "scan=XXX" number, there will be two versions (demux=0 and demux=1 IIRC). Select both demux=0 and demux=1 rows and right click, then select "Overlap on current graph" or "Stack on current graph". |
I was trying to experiment with the ProteoWizard tools (specifically Skyline and MSConverGUI). I didn't find the installation instructions that one can follow to setup the required environment for the git repo. I want to do the setup in the local system.
I came to know across the Skyline installation instruction given here https://skyline.ms/wiki/home/software/Skyline/page.view?name=HowToBuildSkylineTip.
I was able to run the Skyline from the solution file, but the execution of the MSConvert from the solution file failed. It failed with error like CLI could not be imported and many other errors.
I also came across ProteoWizard developer page at https://proteowizard.sourceforge.io/doc_developers.html but it also has old instructions.
Are there different instruction to build the pwiz and MSConvert solution file.
Thanks!
The text was updated successfully, but these errors were encountered: