Pipeline for AP-MS data analysis #232
-
Hi, I was trying to analyze AP-MS data by pipeline command of Philosopher. But after executing the command "philosopher pipeline --config philosopher.yml CONTROL_1 CONTROL_2 HDAC1_1 HDAC1_2", it can run until the workspace created, and then an error will appear as follow: "Missing input file. Provide a protein FASTA file or Proteome ID". However, the FASTA file and mzml files were successfully applied to simple data analysis by Philosopher. I would like to know why such a situation occurs and how to sovle it? (The files philosopher.yml and comet.params are downloaded from https://github.com/Nesvilab/philosopher/wiki/REPRINT-Analysis) |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
Hi, can you check that the path to the FASTA file points to the database you downloaded? In the .yml file, the Sarah |
Beta Was this translation helpful? Give feedback.
-
@prvst reminded me that the pipeline .yml file example was out of date, I updated the pipeline configuration file in the tutorial, hopefully that will work for you. (You can also generate a default .yml file by running Sarah |
Beta Was this translation helpful? Give feedback.
-
Hi, It indeed works, thank you so much help me a lot. bin liao ***@***.*** 签名由 网易邮箱大师 定制 On 05/19/2021 04:09, Sarah Haynes wrote: I see the issue now-- my mistake. I had extension: pepXML in the Peptide Validation section of the pipeline .yml file when it should be extension: pep.xml. Let me know if it still doesn't work when you change that field to pep.xml. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
@prvst reminded me that the pipeline .yml file example was out of date, I updated the pipeline configuration file in the tutorial, hopefully that will work for you. (You can also generate a default .yml file by running
philosopher pipeline --print
, then edit that one.)Sarah