PeptideProphet: You need to provide a protein database #237
-
Dear members of the Philosopher team, Firstly, thank you making such a great software. I am very excited to use philosopher on our linux cluster. I am in the testing phase of philosopher, and I keep encountering a fatal error ( As a sanity check, my workplace initialisation went fine, so did the search using MSFragger. My configuration file (philosopher.yml) is also probably correct, as I can use the same configuration (yml + fas file) to properly execute searches of up to two workplaces (i.e. folders containing the mzML file). However, as soon I as try three or more, I encounter that fatal error. Any advise? Please let me know any additional detail that will help in better communication of the problem. Sincerely, |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
Hi James, are you running each step (workspace creation, database search, etc.) using the pipeline command? You should be able to search any number of spectral files in a given analysis, but each analysis should be performed with a separate philosopher.yml file. The pipeline tutorial has an example of how multiple files can be organized and searched in a single analysis. Sarah |
Beta Was this translation helpful? Give feedback.
-
Hi @jamesknight21. Thank you for the kind words. Could you share your YAML file with us? Also, for future reference, if you find an issue or a problem with the program, please use the issue tracker, instead of the discussion board. |
Beta Was this translation helpful? Give feedback.
-
Dear Sarah and Felipe, @hayse1 I am using the pipeline command. I am using
My execution order is: Just as a recap, peptideprophet is raising the fatal error ( EDIT: @prvst @hayse1 Issue is resolved!! It had to do with the Lastly, @prvst @hayse1, which parameters are you using in MSCONVERT for the conversion of thermo raw files into mzML? Sincerely, |
Beta Was this translation helpful? Give feedback.
-
Thanks again, and glad to hear you found it. The concurrent option sometimes hangs up like that, I will hopefully have a fix for that in the next release. |
Beta Was this translation helpful? Give feedback.
Dear Sarah and Felipe,
@hayse1 I am using the pipeline command. I am using
philosopher workspace --init
andphilosopher data --custom my_uniprot.fasta --contam
to setup my workplace and protein database folder. Additionally, these are all label free runs. The following is my folder structure:My execution order is:
/test/ $ philosopher workspace --init
/test/ $ philosopher database --custom ~/fasta/my_uniprot.fasta --contam
/test/ $ philosopher pipe-line --config ./philosopher.yml test0/ test1/ test2/
# T…