-
Notifications
You must be signed in to change notification settings - Fork 40
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
What is the recommendation for including Fragpipe in standartized workflows (snakemake/nextflow)? #1996
Comments
We have a FragPipe Docker image here https://hub.docker.com/r/fcyucn/fragpipe You can run FragPipe in command line using the "headless" mode. FragPipe and MSFragger are two different things. Regarding MSFragger, you can not distribute any docker/singularity/snakemake/nextflow or other types of images due to the license. Since MSFragger is just a single jar file, I don't see any issue regarding the reproducibility. Best, Fengchao |
Hello~ Best wishes, |
I am not sure if your command is correct. Can you try Actually, I have tested using both commands and they both work. Thanks, Fengchao |
Thank you for your reply. I checked, and it turns out the issue was related to a network error on my side. I pulled the image using a different PC and transferred the file to my remote Slurm system:
It worked fine. I will go through the tutorial and try out some workflows. I also have a question: Since my Windows machine might not be able to handle the software’s visualization, if I use Linux for the analysis, will I get the same results? Best wishes, |
Yes, the results will be the same. Best, Fengchao |
I have another question that if I use fragpipe and PTM-shepherd to analyze peptidome (which means I have to choose the parameter 'non-specific enzyme'), will the space for database searching be very large if I also want to find noval PTM? Have you tried the experiment for finding PTM on peptidome? Thank you! sammi |
Hello!
I'm interested in you recommendation on how Fragpipe/MSfragger should be included in standartised workflows run with snakemake or nextflow? Should it be included as fragpipe or as msfragger? I'm intereseted in my workflow being HPC-friendly, so UI is really not needed. Is Fragpipe -headless mode equivalent to command-line MSfragger or no? Also, since MSfragger license does not permit distributing its Docker/Singularity images as discussed here #1888 what is the easiest way to ensure reproducibility of said workflow?
Thank you so much for your help!
The text was updated successfully, but these errors were encountered: