Concatenate n tables

This software concatenates n tables in CSV (separator TAB) without row rearrangement. The tables have to fit in RAM. (see also Merge n tables)

Manual :

1- install Julia 1.0 free programming language

2- unzip the software

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

4- execute the software by the command : julia software_name

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