qmarcou / IGoR

IGoR is a C++ software designed to infer V(D)J recombination related processes from sequencing data. Find full documentation at:
https://qmarcou.github.io/IGoR/
GNU General Public License v3.0
47 stars 25 forks source link

Standardize CSV output file separator. #23

Open penuts7644 opened 6 years ago

penuts7644 commented 6 years ago

I have been working with the CSV files that IGoR produces as output, but some of them are inconsistent with use of column separator. For example generated_realizations_werr.csv and generated_seqs_werr.csv us the ; character as separator, while the generated_seqs_werr_CDR3_info.csv file uses a , comma to separate the fields. Is it possible to make this more consistent by using ; for all of these files?