From 50c5a7f61a26c5cdfbe8ab0ec1be6db11b48de43 Mon Sep 17 00:00:00 2001
From: alebars_sb <arthur.le-bars@sb-roscoff.fr>
Date: Thu, 29 Jul 2021 14:03:35 +0200
Subject: [PATCH] added workflow path from constants_phaeo.py for single
 organism instances

---
 gga_run_workflow_phaeo_blast_interpro.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gga_run_workflow_phaeo_blast_interpro.py b/gga_run_workflow_phaeo_blast_interpro.py
index 5259ffb..1d10535 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)
-- 
GitLab