@z5ouyang Problem is in the project info file – the project name itself has commas => too many fields. Solution – quote fields. Check whether title can then contain quotes (backslashed?)
Name,ShortName,ProjectID,Species,ExpressionUnit
Drg:AAV-miR-SOD1 NHP IMS study, PD20-128, Tissue mRNA analysis,TST11781_Drg,TST11781_Drg,monkey,log2(TPM+0.25)
fixed in 31f225f18a481e3cbb00e8f842eb98e11763126b
The quote is added into the project csv to allow comma (","), and the quote in the title will be handled by csv write and read automatically.
@z5ouyang Problem is in the project info file – the project name itself has commas => too many fields. Solution – quote fields. Check whether title can then contain quotes (backslashed?) Name,ShortName,ProjectID,Species,ExpressionUnit Drg:AAV-miR-SOD1 NHP IMS study, PD20-128, Tissue mRNA analysis,TST11781_Drg,TST11781_Drg,monkey,log2(TPM+0.25)