-
Hi, I'm trying to do an analysis of an ITRAQ labeled human proteome sample via MSFragger/Philosopher. The MSFragger search hits were able to successfully go through proteinprophet and peptideprophet, but I can't seem to get past the 'Filter' stage. I'm wondering what I might be doing wrong. Here's my set of commands in my bash script: ./philosopher peptideprophet --database uniprot-reviewed_yes+taxonomy_9606_W_DECOYS_v3.fasta --nonparam --expectscore --decoy DECOY_ --decoyprobs --masswidth 500 --clevel 2 --forcedistr 053113_Wang_ITRAQ_1_search_3.pepXML Here's where the FATAL messages start (upon starting filter): INFO[16:45:24] Processing peptide identification files |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Are you using the latest version ? |
Beta Was this translation helpful? Give feedback.
-
Tried rm -rf .meta (within my working directory) followed by executing script again (but with ./philosopher workspace --init appended. Still got the same output for filter: INFO[14:07:28] Processing peptide identification files |
Beta Was this translation helpful? Give feedback.
-
Hey @whitleyo; we did several updates on the program lately, could you download the latest version and try doing your analysis again ? Also, have in mind that we do not have support for iTRAQ yet, only TMT. This time, if you still have troubles, we have a way to investigate better what's going on with your analysis by looking into the meta data. let me know if that works for you. |
Beta Was this translation helpful? Give feedback.
Hey @whitleyo; we did several updates on the program lately, could you download the latest version and try doing your analysis again ? Also, have in mind that we do not have support for iTRAQ yet, only TMT.
This time, if you still have troubles, we have a way to investigate better what's going on with your analysis by looking into the meta data.
let me know if that works for you.