Open Tomnl opened 4 years ago
Just checking if any clarification is needed for this issue.
Or if anybody else has anybody else has found the same bug?
@Tomnl What do you have in your workflow_inputs_d
?
Hi @nsoranzo,
Sorry I should have included some example files.
Any mzML files should do but these below can be used:
https://github.com/computational-metabolomics/mspurity-galaxy/blob/master/tools/msPurity/test-data/LCMS_1.mzML https://github.com/computational-metabolomics/mspurity-galaxy/blob/master/tools/msPurity/test-data/LCMS_2.mzML
I am getting problems when invoking workflows where optional input file parameters (i.e. the XML tool includes
optional="true"
) are left blank in the workflow.The workflows will either not run at all or stop at the point reaching the tool with the empty optional input file parameter.
Any ideas?
Using Galaxy v20.01 and bioblend git commit f989789d6e381ae83322877aeb128d974fb8951c
Bioblend running as
wc.invoke_workflow(workflow_id, inputs=workflow_inputs_d, history_id=id, inputs_by='name')
I have provided an example small workflow with the tool
xcms_merge
where the problem occurs. However, I seem to get the problem with any tool with optional fileinputs.@RJMW