-
Notifications
You must be signed in to change notification settings - Fork 12
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 in STEP2: executing process > 'msms_searching (spec-00139.mgf)' #9
Comments
Adds spaces between the parameter name and the value, as it is probably causing the issue found in #9.
Also, before the above problem, the first question I met in the STEP2 was about parameter 'cpu'. There are some details :
Until now, I set 'params.cpu = 10' in file"neoflow_msms.nf', then the error seems disappeared, but I'm not sure I'm doing the right thing. Again,Could you help me get back on track?I would really really appreciate it!!! :)🫡 |
This thread from the comet support forum seems to be relevant: https://groups.google.com/g/comet-ms/c/aJcontJ9xtU/m/7icBb1snBgAJ. One comment suggests that it may be due to the amount of threads used, which you set here. Perhaps you can try a lower number for Line 139 in 1c4f641
And if you haven't seen my latest comment on #10, the spaces are not actually needed, so you should remove them as well. |
Thank you very much!!!!! And I did learn many tips from your advice!!! |
I succeeded in running the STEP1, but failed in STEP2, all information I know about error are as follows :
I'm not sure if I need to install the MS/MS searching engines like comet (the example of STEP2 in demo).
Also, I supported the command lines I used in STEP2, which may give more details:
nextflow run /root/neoflow/neoflow_msms.nf --ms /root/work/example_data/mgf/ --msms_para_file /root/work/example_data/comet_parameter.txt --search_engine comet --db /root/output/customized_database/neoflow_crc_target_decoy.fasta --out_dir /root/output --pv_refdb /root/output/customized_database/ref.fasta --pv_tol 20 --pv_itol 0.05
I am a complete novice in this field and really hope to meet someone to give advice~
Thanks in advance!!!
The text was updated successfully, but these errors were encountered: