Jaeyoung Chun

Results 21 comments of Jaeyoung Chun

It seems that it generates no output file even with `--out` if the two inputs are exactly identical. Could someone please verify this?

If you have `jq` installed on your machine, you can do something like this: ```bash is_login=`sudo cat ~/.docker/config.json | jq -r ".auths[].auth"` if [ -z $is_login ] then sudo docker...

We have tried the tutorial notebook again and it's working fine. Are you still having this issue?

Strange. Are you using the dataset 3k PBMCs from a Healthy Donor (from 10x website)?

Sorry, we do not currently have a way to test this under Windows Subsystem for Linux. Did you check `adata.X` or `adata.obsm["X_pca"]` if these objects have non-zero values for example??...

Okay. That's good to know. Just trying to isolate the problem here. Do you think you can restart the kernel, rerun the notebook from scratch, save the `adata` right before...

@danli349 so I loaded up your `adata` and just performed the clustering on different platforms: - macOS Mojave 10.14.6 - Ubuntu 20.04 - CentOS 7.6 Yet, I couldn't reproduce the...

Noticed the same issue with TypeScript v1.7.5

Having the same issue...

Worked for me as well (Bioc 3.13). Thanks! Though, I'm a bit confused because it appears to me that none of the dependencies has changed (maybe I'm missing something here),...