This software sort the columns of tables according to a sort order listed in a file. This software is especially useful to built a table for statistics, to sort the columns according to the groups to compare. Program written by Marie TOSOLINI in 2015.
Manual :
1- if not already installed, install Python free programming language
2- install the pandas
<https://pypi.python.org/pypi/pandas/0.16.2/#downloads>
3- unzip the software
4- copy your data files in the “data” directory and the column names in
the "order" directory
5- execute the software by the command : python software_name
6- processed files are in the “results” directory.