tuanpham96
tuanpham96
thanks @TuM0xA-S! following that, for troubleshooting if anyone is interested, here's the diff between the default (start of shell, `stty-def.txt`) after doing the Ctrl+Z thingy (`stty-bug.txt`) and after doing `stty...
I have also been seeing this in Ubuntu for some time now. E.g: - When the program is still open: ```shell $ ps aux | grep jupyter 179233 8.0 0.8...
Just updated and briefly tested (nothing showed up when doing `ps aux | grep -i '[j]upyter'` after closing), also worked on Ubuntu 20.04. Thanks for fixing this!
Thanks for your clarification. When I was trying to use `value=3.14` it only sets `my_pi_const` to `3.14`. Here's an example 1. Script to create extension ```python from pynwb.spec import NWBNamespaceBuilder,...
Sorry I had other things on my plate and haven't been able to get back to you. Thank you so much for taking the time to develop that! I'll play...
Thanks for the explanation! May I ask how differently Plural and OpenStates source the text? When doing text analysis, which one should I rely on more, not only for TX...
Update: also tested with `singularity` and had the same error ```shell # build image & bind path singularity build pyscenic.sif docker://aertslab/pyscenic_scanpy:0.12.1_1.9.1 export SINGULARITY_BINDPATH="/oscar/home/$USER,/oscar/scratch/$USER,/oscar/data" # this is from our HPC's guide...
I'm using the singularity image with the CLI and it seems to be stuck at `ctx` step for > 2 hrs without finishing. I'm using ` --mode "custom_multiprocessing" --num_workers 40`....
nevermind, based on reading other issues it seems to be I need more RAM and less number of cores. I did 20 cores + 200 gb and it seems to...
@nargesr I'm new to wgcna and trying this out. We have a roughly large dataset ~100k cells x 17k genes and I think it would benefit from some parallelism. Do...