Skip to content
Snippets Groups Projects
Commit 4d4554c4 authored by Arthur Le Bars's avatar Arthur Le Bars
Browse files

fix typo

parent 9db3bcff
No related branches found
No related tags found
2 merge requests!11Workflow v2,!9Release 2.0 (merge dev to master)
This commit is part of merge request !11. Comments created here will be created in the context of that merge request.
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment