We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6321764 commit 9bd4859Copy full SHA for 9bd4859
sate/usersettingclasses.py
@@ -291,6 +291,7 @@ def get_list_of_seq_filepaths_from_dir(dir_path):
291
seq_filename_list = glob.glob(dot_fas_glob) + glob.glob(dot_fasta_glob)
292
if len(seq_filename_list) == 0:
293
raise Exception("No files found with extension '.fas' or '.fasta' in directory: '%s'" % dir_path)
294
+ seq_filename_list.sort()
295
return seq_filename_list
296
297
class UserSettingsContainer(object):
0 commit comments