diff --git a/run_workflow_phaeoexplorer.py b/run_workflow_phaeoexplorer.py index 4b135ea3d22370bc5e0cbbc60586b9d827decb3c..ce4ab5a26731448b4fc9fee42219ef97850a221b 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]