Nesvilab / FragPipe

A cross-platform proteomics data analysis suite
http://fragpipe.nesvilab.org
Other
195 stars 38 forks source link

N terminal peptide modification #10

Closed adithirv closed 6 years ago

adithirv commented 7 years ago

Hi,

I am running a closed search using a set of mgf files. I am interesting in adding a peptide N terminal pyro-glu modifcation to my analysis. But MSFragger freezes after starting the process. There are no error messages given. Could you please guide me as to what may be the problem? Here is how I define the modification: 'variable_mod_04 = -17.02650 nQ'. Alternatively, I also tested another N terminal peptide modification facing the same problem: 'variable_mod_05 = -17.0106 nE'.

Thanks in advance, AR

chhh commented 7 years ago

@adithirv
Could you please post here the following:

adithirv commented 7 years ago

@chhh Here is the output from the console which stays the same even upto 24 hours (the max time I waited to check for progress before I kill the job).

Will execute 1 commands:
java -jar /home/bioinf/bioinf_data/33_omul/projects/bartonella_henselae/proteogenomics/msfragger_refseq_all/MSFragger/MSFragger_20170103/MSFragger.jar /home/bioinf/bioinf_data/33_omul/projects/bartonella_henselae/proteogenomics/msfragger_refseq_all/msfragger_param1_GUI_mzML/fragger.params /home/bioinf/bioinf_data/33_omul/projects/bartonella_henselae/proteogenomics/msfragger_refseq_all/msfragger_param1_GUI_mzML/cyt1_ogepep.mzML 

~~~~~~~~~~~~~~~~~~~~~~

Executing command:
$> java -jar /home/bioinf/bioinf_data/33_omul/projects/bartonella_henselae/proteogenomics/msfragger_refseq_all/MSFragger/MSFragger_20170103/MSFragger.jar /home/bioinf/bioinf_data/33_omul/projects/bartonella_henselae/proteogenomics/msfragger_refseq_all/msfragger_param1_GUI_mzML/fragger.params /home/bioinf/bioinf_data/33_omul/projects/bartonella_henselae/proteogenomics/msfragger_refseq_all/msfragger_param1_GUI_mzML/cyt1_ogepep.mzML 
Process started

fragger.params.txt

Thanks, AR

chhh commented 7 years ago

@adithirv There certainly is no need to wait 24h, something is wrong. Could you please provide some info about your environment?

adithirv commented 7 years ago

@chhh Here are the details corresponding to your questions, I am using:

Hope the information helps to resolve what they problem might be. Let me know if you need further information.

Thanks

chhh commented 7 years ago

@adithirv I don't see a reason for it not to work. We haven't tried it on Debian specifically, but should not matter as long as the java command is working.

adithirv commented 7 years ago

@chhh

So, I now figured it out that the run goes into sleep when the output format from MSFragger is set to 'tsv' both on the GUI and on the command line. Hope that gives you more insight on what might go wrong here.

andytyk commented 6 years ago

The downstream analysis (TPP and Philosopher) is only compatible with the pepXML output. TSV output is more for getting a quick look at your data or for developers who want to couple MSFragger output to their tools but don't want to deal with the pepXML format. Let us know if you have any further issues.