Skip to content
Snippets Groups Projects
Commit 59db77de authored by Arthur Le Bars's avatar Arthur Le Bars
Browse files

hda_id get error log

parent d7ca5b07
No related branches found
No related tags found
2 merge requests!47v2.5.0,!34WIP: blast and interpro workflow
...@@ -414,6 +414,9 @@ def prepare_history_and_get_wf_param(sp_dict_list, main_dir, config): ...@@ -414,6 +414,9 @@ def prepare_history_and_get_wf_param(sp_dict_list, main_dir, config):
blastx_analysis_id=blastx_analysis_id, blastx_analysis_id=blastx_analysis_id,
interpro_analysis_id=interpro_analysis_id, interpro_analysis_id=interpro_analysis_id,
history_id=run_workflow_for_current_organism.history_id, history_id=run_workflow_for_current_organism.history_id,
blastp_hda_id=run_workflow_for_current_organism.blastp_hda_id,
blastx_hda_id=run_workflow_for_current_organism.blastx_hda_id,
interproscan_hda_id=run_workflow_for_current_organism.interproscan_hda_id,
instance=run_workflow_for_current_organism.instance instance=run_workflow_for_current_organism.instance
) )
org_wf_param.check_param() org_wf_param.check_param()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment