Skip to content
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

Error with demo data in 'mass_spec_raw_convert' #169

Open
almart7 opened this issue Mar 15, 2023 · 2 comments
Open

Error with demo data in 'mass_spec_raw_convert' #169

almart7 opened this issue Mar 15, 2023 · 2 comments

Comments

@almart7
Copy link

almart7 commented Mar 15, 2023

Dear developers,

Thank you for this great tool. I just installed it and tried to run the pipeline with the test_without_sqanti.config but it crashes with the following error:

Error executing process > 'mass_spec_raw_convert'

Caused by:
  Process `mass_spec_raw_convert` terminated with an error exit status (1)

Command executed:

  wine msconvert 120426_Jurkat_highLC_Frac28.raw --filter "peakPicking true 1-"

Command exit status:
  1

Command output:
  (empty)

Command error:
  wine: socket : Function not implemented

Do you have any suggestions on how to solve this?

Kind regards

@Sktbanerjee1
Copy link

Sktbanerjee1 commented Mar 15, 2023

Thank you for using our pipeline and reaching out with the issue.

  • This might be a Wine installation-related problem. Please make sure you can run Wine outside of the LRP.
  • This might also be an IP-related issue, as wine uses the Linux API. Running systemctl reload apparmor.service command in your terminal, and restarting the system might fix it.
  • It might also be worth checking the iptable on your specific system.

I hope this helps; please feel free to reach out if the problem persists.

@almart7
Copy link
Author

almart7 commented Mar 24, 2023

Hello again,

Thank you for your response. I was able to solve the problem but I found another one. I have this error message:

Error executing process > 'metamorpheus_with_gencode_database (120426_Jurkat_highLC_Frac28.mzML)'

Caused by:
  Process `metamorpheus_with_gencode_database (120426_Jurkat_highLC_Frac28.mzML)` terminated with an error exit status (1)

Command executed:

  dotnet /metamorpheus/CMD.dll -g -o ./toml --mmsettings ./settings
  dotnet /metamorpheus/CMD.dll -d gencode_protein.fasta settings/Contaminants/MetaMorpheusContaminants.xml -s 120426_Jurkat_highLC_Frac28.mzML -t toml/SearchTask.toml -v normal --mmsettings settings -o ./search_results
  
  mv search_results/Task1SearchTask/AllPeptides.psmtsv search_results/Task1SearchTask/AllPeptides.Gencode.psmtsv
  mv search_results/Task1SearchTask/AllQuantifiedProteinGroups.tsv search_results/Task1SearchTask/AllQuantifiedProteinGroups.Gencode.tsv

Command exit status:
  1

Command output:
  Welcome to MetaMorpheus
  
  CMD 1.0.0
  
  ERROR(S):
    Option 'c' is unknown.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants