biolab / orange3-bioinformatics

🍊🔬 Bioinformatics add-on for Orange3
GNU General Public License v3.0
20 stars 21 forks source link

GEO Data Sets: row sorting treats numbers as strings #174

Closed BlazZupan closed 5 years ago

BlazZupan commented 5 years ago
Expected behavior

Sorting the rows in GEO Data Sets should consider Samples, Features, Genes, or Subsets as numbers. When sorting by Samples, for instance, the largest data set should be GDS3268 with 202 samples.

Actual behavior

Sorting rows in GEO Data Sets widgets by Samples, Features, Genes, or Subsets treats numbers as strings and hence does not work properly. image

Steps to reproduce the behavior

Open GEO Data Sets widget and sort by any of the mentioned fields.

ajdapretnar commented 5 years ago

This is not the only widget with such an issue. I assume most TableView widgets behave in the same way. https://github.com/biolab/orange3/issues/3947