Add column category with filename

Add column category with filename add a column at the end of a csv table (TAB separated). The name of this column is asked to the user. The value of this column is the string before the first "_" in the filename.


Manual :


1- install Julia 1.6 free programming language

The software use the package DelimitedFiles included by default in julia base


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 main.jl


5- the name of the column is entered by the user

the content of this column is the string before the first "_" in the filename.

for example :

filename = F1_xxx.csv => "F1"

filename = 12_xxx.csv => "12"


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