This software analyses lists of genes and put genes synonyms in one column. For example :
FAM91A2 /// LOC64464
is transformed into
FAM91A2
LOC64464
The "multicolumns" version of the software transform :
FAM91A2 /// LOC64464 (tab) col2 (tab) col3...coln
into
FAM91A2 (tab) col2 (tab) col3...coln
LOC64464 (tab) col2 (tab) col3...coln
Manual :
1- if not already installed, install Perl free programming language
2- unzip the software
3- copy data text files (one gene per line) in the “data” directory
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.