Skip to content

Commit fcb7625

Browse files
committed
key int
1 parent e8ae5ac commit fcb7625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qp_klp/Assays.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ def update_prep_templates(self):
605605
print('******************************')
606606
print('******************************')
607607
print(self.prep_file_paths)
608-
for study_id in sorted(self.prep_file_paths):
608+
for study_id in sorted(self.prep_file_paths, key=lambda x: int(x)):
609609
for prep_fp in self.prep_file_paths[study_id]:
610610
print(' ', study_id, prep_fp)
611611

0 commit comments

Comments
 (0)