interactivereport / RNASequest

18 stars 3 forks source link

Project info csv file when project name has commas #1

Closed ferg-0 closed 3 years ago

ferg-0 commented 3 years ago

@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)

z5ouyang commented 3 years ago

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.