Closed PeteHaitch closed 2 years ago
https://github.com/LuyiTian/scPipe/blob/85221246ca027396d17db9dd869227fcbd74f614/inst/extdata/report_template.Rmd#L108
I think this should be getVal(params$organism, "unknown"), right?
getVal(params$organism, "unknown")
This is still broken in v1.19.0 that's available in the recently released BioC 3.16
v1.19.0
https://github.com/LuyiTian/scPipe/blob/85221246ca027396d17db9dd869227fcbd74f614/inst/extdata/report_template.Rmd#L108
I think this should be
getVal(params$organism, "unknown")
, right?