Skip to content
Snippets Groups Projects
Commit 6e8c3bd1 authored by Loraine Gueguen's avatar Loraine Gueguen
Browse files

add time_sleep for sapiens get_organisms

parent 778bdae7
No related branches found
No related tags found
1 merge request!18Release v2.1.0
...@@ -241,7 +241,9 @@ def remove_homo_sapiens_from_db(instance, history_id): ...@@ -241,7 +241,9 @@ def remove_homo_sapiens_from_db(instance, history_id):
instance, instance,
tool_id=constants.GET_ORGANISMS_TOOL, # If this version if not found, Galaxy will use the one that is found tool_id=constants.GET_ORGANISMS_TOOL, # If this version if not found, Galaxy will use the one that is found
history_id=history_id, history_id=history_id,
tool_inputs={"genus": "Homo", "species": "sapiens"}) tool_inputs={"genus": "Homo", "species": "sapiens"},
time_sleep = 10
)
logging.info("Deleting Homo 'sapiens' in the instance's chado database") logging.info("Deleting Homo 'sapiens' in the instance's chado database")
try: try:
......
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