Split table columns

This software analyses tables in CSV or TXT (separator TAB) and split the columns into text files.The files names are the columns names in the first line of the table. To split lines use Split table lines

Example of application : obtain gene/protein lists from multiple experiments.

Manual :

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

2- unzip the software

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

VERY IMPORTANT : since the file names are computed with the first line of the table, this line should avoid special characters such as: / \ , ; : etc... and of course each column of the table must have different names.

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

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