diff --git a/gga_run_workflow_phaeo_blast_interpro.py b/gga_run_workflow_phaeo_blast_interpro.py index 5259ffbb04268542623691e646bdf0dfc674a3df..1d1053543cace3af9db31325f2c3c285eff6e103 100644 --- a/gga_run_workflow_phaeo_blast_interpro.py +++ b/gga_run_workflow_phaeo_blast_interpro.py @@ -496,7 +496,7 @@ if __name__ == "__main__": # Set workflow path (1 organism) workflow_path = os.path.join(os.path.abspath(script_dir), constants_phaeo.WORKFLOWS_PATH, - constants_phaeo.WF_LOAD_GFF_JB_1_ORG_FILE) + constants_phaeo.WF_BLAST_INTERPRO_1_ORG_FILE) # Check if the versions of tools specified in the workflow are installed in galaxy utilities_bioblend.install_workflow_tools(workflow_path=workflow_path, instance=org_wf_param.instance)