moxgreen
moxgreen
I tried both `docker run -p 8080:8080 -v ~/Desktop:/plots romanhaa/cerebro:latest` and `docker run -p 8080:8080 -v ~/Desktop:/plots romanhaa/cerebro:v1.1.1` when I load the .rds using the browser I get the error...
Trying tere on ubuntu bionic I obtained ``` ./tere: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.29' not found (required by ./tere) ./tere: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by ./tere) ``` and ``` ls...
Following the instruction to install with git cloning I get the version at the commit 6a606da7c0cbb562a745496b2015f52ea1ba5850. If I put in my .bashrc `source ~/.bash-git-prompt/gitprompt.sh` I obtrain an error: ``` bash:...
I know that shared memory can be used in combination with STAR wrapper, as described here #420. But I no not know how to do that. Unfortunately also the documentation...
Dear basenji developers, I would like to use basenji to model ChIP-seq data. In particular I would like to train a model using the ChIP-seq data for a certain transcription...
I obtained the output file and report file from a kraken2 run. Then I re-generated the report starting from the output running make_kreport.py. I found differences in the column 4...
**Describe the bug** I'm trying to disable notification as described here https://copyq.readthedocs.io/en/latest/faq.html#how-to-enable-or-disable-displaying-notification-when-clipboard-changes. But I can't disable them, even if I put 0 for “Interval in seconds to display notifications” and...