chanzuckerberg / idseq-workflows

Portable WDL workflows for IDseq production pipelines
https://idseq.net/
MIT License
31 stars 12 forks source link

quote clusters csv #119

Closed morsecodist closed 3 years ago

morsecodist commented 3 years ago

Instead of filtering out characters (I notice some example fasta/fastqs do use special characters) I am surrounding every cell with '. I modify our parser function to use this as a quotecharacter so this should be safer. Added a test as well.