From 9b570665094e6da9dd96284ce37209f4e07183b6 Mon Sep 17 00:00:00 2001
From: Arthur Le Bars <arthur.le-bars@sb-roscoff.fr>
Date: Fri, 21 May 2021 16:38:34 +0200
Subject: [PATCH] fix typo (workflow type)

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

diff --git a/run_workflow_phaeoexplorer.py b/run_workflow_phaeoexplorer.py
index 36a4467..01f97a0 100755
--- a/run_workflow_phaeoexplorer.py
+++ b/run_workflow_phaeoexplorer.py
@@ -1773,7 +1773,7 @@ if __name__ == "__main__":
                 logging.info("Successfully imported and invoked workflow {0}, check the galaxy instance ({1}) for the jobs state".format(workflow_name, instance_url))
 
 
-    if workflow_type == "inteproscan":
+    if workflow_type == "interpro":
         for sp_dict in sp_dict_list:
 
             # Add and retrieve all analyses/organisms for the current input species and add their IDs to the input dictionary
-- 
GitLab