Closed jashapiro closed 6 months ago
For some reason I thought we had fixed this, but it gets read in here and we don't specify everything be a character, which we probably should. https://github.com/AlexsLemonade/scpca-nf/blob/8bef82d853d19e5aeddd75401aa54cf8bfbced13/bin/generate_unfiltered_sce.R#L164
We probably fixed it somewhere else...
Closed by #738
Describe the bug
In the
metadata(sce)$sample_metadata
table, we sometimes have theage
column as adouble
and sometimes acharacter
.To reproduce Using the processed output files for two libraries:
Expected behavior
Always one type!
Version information
I believe these outputs are from the latest scpca-nf output, but I am not sure... we should check with 0.8.0 outputs
Additional context
The error could easily be in
scpcaTools
; I have not yet gone to look at where the data is read in.