Gert Hulselmans
Gert Hulselmans
This pull request might help with your memory problems: https://github.com/aertslab/pycisTopic/pull/77
Pull request #77 is merged in master now.
Installing a less recent version of numpy, might work.
Maybe your terminal is interpreting the printed bytes as UTF-16 instead of UTF-8. ```python In [12]: "测试中文".encode("utf-8") Out[12]: b'\xe6\xb5\x8b\xe8\xaf\x95\xe4\xb8\xad\xe6\x96\x87' ```
https://github.com/aertslab/AUCell/issues/28
@lshep Can you try this, to see if it solves it? https://github.com/aertslab/AUCell/pull/44 I am not an R user, so there can be issues with it.
Would that not be only be executed if `rbokeh` is installed?
`aux_createViewerApp.R` is removed now.
Another attempt. Version number is also updated to 1.26.0 (assuming this is the correct thing to do: https://code.bioconductor.org/browse/AUCell/commit/32bf58ee019f245e2fca448e5fa97fcd236a1fe4)
@lshep The `devel` branch now contains this commit and is based on the latest `devel` branch on https://code.bioconductor.org/browse/AUCell/ . I don't have access to the repo on bioconductor, so I...