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

fix typo (workflow type)

parent 6ecc3835
No related branches found
No related tags found
2 merge requests!20Release 2.1,!18Release v2.1.0
This commit is part of merge request !18. Comments created here will be created in the context of that merge request.
...@@ -1773,7 +1773,7 @@ if __name__ == "__main__": ...@@ -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)) 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: 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 # Add and retrieve all analyses/organisms for the current input species and add their IDs to the input dictionary
......
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