Marcel Schilling
Marcel Schilling
@The-Compiler: > Do you mean greasemonkey-scripts? Yes. > I don't think you can do redirects like this from there, or can you? Maybe I misunderstand what you are trying to...
But why would anyone want to spend more than 10ms on YouTube anyways. :wink: Joking aside, I agree. I also noticed that for example in your reddit example, forwarding causes...
@tangybat: > The kallisto index (7 Gb in size) was made from the genome "BSgenome.Hsapiens.UCSC.hg38". This reads to me like you indexed the genome instead of the transcriptome. Even if...
@shaaaarpy: see https://satijalab.org/loomR/loomR_tutorial.html#loomr-and-seurat
The tutorial links to [this vignette](https://satijalab.org/seurat/mca_loom.html) showing how to tun Seurat on loom files. There is no need to create a Seurat object as loom files operate by memory-mapping data...
I think Debian Jessie ships Python `3.4` but support should end about now. I don't think distributions even further behind are going to package `vpn-slice` anytime soon so I guess...
@rymek: > If only I knew python Python is a language with a low entrance hurdle. So the biggest issue to to find some motiviation to give it a try....
May I suggest a symlink instead so that peope that fix a specific version can still do so?
As of now, [`calendR` hardcodes `%W` for the week numbers](https://github.com/R-CoderDotCom/calendR/blob/b531c1f3023c0ac2bc772c2d7647918f065db611/R/calendR.R#L348). Sure it would be possible to change that. In case @R-CoderDotCom is not interested in adding this feature (*e.g.* to...
FWIW I just realized `calendR` already depends on `lubridate` (via `suncalc`), so I see no reason not to add this.