giannimonaco / flowAI

3 stars 6 forks source link

Allow flexibility over how FCS files are read in #13

Closed DillonHammill closed 1 year ago

DillonHammill commented 1 year ago

Hi @giannimonaco,

Just adding a minor change to flow_auto_qc() to allow passing of custom reading parameters (e.g. emptyValue etc.) to read.flowSet().

It doesn't change the code in any way but allows users to pass read.flowSet() arguments directly through flow_auto_qc() if they need to adjust some parsing arguments in order to read in their files.

I also bumped the version.

Cheers, Dillon

giannimonaco commented 1 year ago

Thank you Dillon! Looks great.