Skip to content

Update file sorting functions

Derek Davis requested to merge derek.davis/pygwb:sorting into master

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.

Merge request reports