Closed dah77 closed 2 years ago
Hi Daniel!
Thanks for submitting this bug - it is highly appreciated :-)
You are correct, there are too many parameters - specifically because the object attribute self.name
does not exist.
I will try to see if I can submit a hotfix soon.
As a workaround, you should be able to do something like this:
eso.summary_data.mean.to_csv("summarystat.mean.csv.gz", compression="gzip")
eso.summary_data.n_cells_per_anno.to_csv("summarystat.n_cells_per_anno.csv.gz", compression="gzip")
eso.summary_data.n_nonzero.to_csv("summarystat.n_nonzero.csv.gz", compression="gzip")
eso.summary_data.variance.to_csv("summarystat.variance.csv.gz", compression="gzip")
Hi Tobias, Thanks for your feedback and the workaround! Best Daniel
Fixed by https://github.com/perslab/CELLEX/commit/5b41b0505c734da42dc1b694b4f8aa46712ac9a8
Available in release https://github.com/perslab/CELLEX/releases/tag/v1.2.2
Closing.
I get an error when I try to save summary data from an ESObject:
I get this error:
It looks like there are too many parameters provided for the filename.
I am using CELLEX version 1.2.1