Update file sorting functions
This MR updates the file sorting functions in pygwb_combine
to address the case where the provided tag is not of the form {#}-{#}
. Tags can be in the form {#}-{#}
or {text}_{#}-{#}
.
This MR also adds an exception to show a warning message if sorting is not possible.