Merge two tables

This software merge 2 tables in CSV (separator TAB) and rearrange them according to the first column values

Example of application : merge two sets of experiments.

Manual :

1- if not already installed, install Perl free programming language

2- unzip the software

3- copy your two data csv (TAB delimitated only) files in the “data” directory

Remark for windows users : some windows software (like the notepad) add carriage return at the end of the lines. This invisible character can be a problem for some computation. You can clean your text files efficiently using the search replace word program. To remove carriage return, replace: \r with:(nothing).

4- execute the software by the command : perl software_name or double click on the .pl file

5- processed file is in the “results” directory.