changeset 4:81232205b179 draft

Uploaded
author greg
date Thu, 01 Oct 2020 13:37:48 +0000
parents 2656d87abfee
children a7be280fa304
files ensure_synced.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ensure_synced.py	Wed Aug 26 13:41:56 2020 -0400
+++ b/ensure_synced.py	Thu Oct 01 13:37:48 2020 +0000
@@ -41,6 +41,7 @@
         rows = cur.fetchall()
         for row in rows:
             self.affy_ids_from_db.append(row[0])
+        self.affy_ids_from_db.sort()
 
     def get_affy_ids_from_file(self, f):
         with open(f) as fh: