Stijn van Dongen
Stijn van Dongen
Unclear if this was solved or not.
Ah ok, an intriguing puzzle, thank you for persisting. What shell are you running, bash, or zsh? Could you give the output of `$BASH --version` if bash, or the equivalent...
Thank you .. it's been a while since I was immersed in bash completion and input bindings, and I can't say I ever really understood all the shenanigans. I'm now...
I have nagging feeling it may be some VScode setting (that I solved it in the past and forgot how). From https://stackoverflow.com/questions/63759337/how-to-enable-git-autocomplete-in-integrated-terminal-in-vscode comes a suggestion to check whether the file...
Could you try, in a VScode terminal, ``` bind '"\C-i":menu-complete' ``` and then try complete e.g. with `to git my` ?
Are you running VScode on Windows, Mac or another system? I see quite a large number of differences between your key-bindings and mine. I'm running out of sane ideas to...
This is a regression, apologies. I need some time to fix this (mcxload supports a big parameter space and cries for a test suite). Removing the check that results in...
Hello, I'm glad to hear of your interest. A scanpy implementation or wrapper will be a great way to increase accessibility of the RCL method. The table format shown on...
The kidney data set itself is not publicly available. I've made an effort to retain the workflow scripts, so the components are largely there; what is lacking is a complete...
Thank you for this great tool. We are running cellSNP without a VCF file (10x data mode 2) and it has now been running for a week. Is there any...