We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8ae5ac commit fcb7625Copy full SHA for fcb7625
src/qp_klp/Assays.py
@@ -605,7 +605,7 @@ def update_prep_templates(self):
605
print('******************************')
606
607
print(self.prep_file_paths)
608
- for study_id in sorted(self.prep_file_paths):
+ for study_id in sorted(self.prep_file_paths, key=lambda x: int(x)):
609
for prep_fp in self.prep_file_paths[study_id]:
610
print(' ', study_id, prep_fp)
611
0 commit comments