KarrLab / obj_tables

Tools for creating and reusing high-quality spreadsheets
https://objtables.org
MIT License
8 stars 2 forks source link

Order of tables after concatenation #152

Closed liebermeister closed 4 years ago

liebermeister commented 4 years ago

Hi Jonathan,

I imported an ObjTables file with multiple tables of the same class. It works like a charm, and it's great that you put comment lines that mark the beginning of the original tables! But I just noticed that the order of these different tables becomes reversed. Could you maybe change this?

Thank you!

Best, Wolf

jonrkarr commented 4 years ago

This may come from not explicitly sorting the tables and glob happening to return them in reverse alphabetical order (which is equivalent to most recently created to oldest). I fixed this. Do you have an example?