From 4d4554c45464069551357dc749ad2fde2d3fe4eb Mon Sep 17 00:00:00 2001
From: Arthur Le Bars <arthur.le-bars@sb-roscoff.fr>
Date: Tue, 11 May 2021 15:11:49 +0200
Subject: [PATCH] fix typo

---
 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 4b135ea..ce4ab5a 100755
--- a/run_workflow_phaeoexplorer.py
+++ b/run_workflow_phaeoexplorer.py
@@ -1050,7 +1050,7 @@ if __name__ == "__main__":
         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
-            current_sp_workflow_dict = create_sp_workflow_dict(sp_dict, main_dir=args.main_directory, config=config, workfow_type="load_fasta_gff_jbrowse")
+            current_sp_workflow_dict = create_sp_workflow_dict(sp_dict, main_dir=args.main_directory, config=config, workflow_type="load_fasta_gff_jbrowse")
 
             current_sp_key = list(current_sp_workflow_dict.keys())[0]
             current_sp_value = list(current_sp_workflow_dict.values())[0]
-- 
GitLab