You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
When I run the pipeline for a customised database including variant peptides and others, I get the error below.
It seems the splitchar variable in label_sub_pos.py is not handled properly. In cases where no saavheader is assigned in ipaw.nf, the python script is still called but without passing the splitchar variable although used in the script.
ERROR nextflow.processor.TaskProcessor - Error executing process > 'prepSpectrumAI (1)'
Caused by:
Process prepSpectrumAI (1) terminated with an error exit status (1)
that works, another option is to pass the parameter in ipaw.nf on both cases and set a default value for splitchar in ipaw.nf.
Could you also write a short documentation in the Readme on when saavheader should be set and how. thanks
Hi,
When I run the pipeline for a customised database including variant peptides and others, I get the error below.
It seems the splitchar variable in label_sub_pos.py is not handled properly. In cases where no saavheader is assigned in ipaw.nf, the python script is still called but without passing the splitchar variable although used in the script.
The text was updated successfully, but these errors were encountered: