Skip to content
Snippets Groups Projects

Release v2.1.0

Merged Loraine Gueguen requested to merge dev into master
Compare and Show latest version
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
+ 3
1
@@ -241,7 +241,9 @@ def remove_homo_sapiens_from_db(instance, history_id):
instance,
tool_id=constants.GET_ORGANISMS_TOOL, # If this version if not found, Galaxy will use the one that is found
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")
try:
Loading