Mercurial > repos > greg > queue_genotype_workflow
changeset 15:c518262117f3 draft default tip
Uploaded
author | greg |
---|---|
date | Sat, 16 Nov 2024 18:32:07 +0000 |
parents | f2c12986e5d4 |
children | |
files | queue_genotype_workflow.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/queue_genotype_workflow.py Tue Jan 25 14:17:11 2022 +0000 +++ b/queue_genotype_workflow.py Sat Nov 16 18:32:07 2024 +0000 @@ -412,7 +412,7 @@ datasets_have_queued = True if sd_dict['error'] != 0: break - if datasets_have_queued and sd_dict['queued'] == 0 and sd_dict['new'] == 0 and sd_dict['running'] <= 1: + if not datasets_have_queued and sd_dict['queued'] == 0 and sd_dict['new'] == 0 and sd_dict['running'] <= 1: # The stag database has been updated. stag_database_updated = True break