Select lines by sums

This software select rows based on the higher sum in CSV tables (TAB separator). First column and row contains headers. 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>

and numexpr

<http://www.lfd.uci.edu/%7Egohlke/pythonlibs/#numexpr>

packages.

3- unzip the software

4- copy your data files in the “data” directory

5- execute the software by the command : python software_name

6- processed files are in the “results” directory.