ltwang

Results 12 comments of ltwang

Try this function, you can adjust it according to your analysis ```R library(monocle) library(tidyverse) library(pheatmap) my_branchplot

> When I run cuffnorm (v2.2.1 (4237)) on single CXB file, I received a error massage "Error: cuffdiff requires at least 2 SAM files". > > I found the corresponding...

Thanks the author for provide the development version, I tried install the development branch by `pip install https://github.com/dylkot/cNMF/archive/refs/heads/development.zip` and increase the number of over-dispersed genes to 6000, this bug solved....

This is my installation step in wsl2. You can trys this. I already create conda envrionment python==3.10.9 ## install required package This is following the guidence of the auothor,but you...

Maybe, it would be better to upload the test data in Zendo or OSF(https://osf.io/)?

> I would like to finetune an LLM to automatically parse problem statements. With 300 examples I think it should be possible. If you publish the original statements I could...

Related to https://github.com/google-deepmind/alphageometry/issues/17#issuecomment-1901547496

https://github.com/google-deepmind/alphageometry/issues/13#issuecomment-1901724995

> Which version are you in? I just did a couple of updates to issue a bug related to the last week of the year. Thanks, now, it fixed

Another worked solution for me is subsitute the ptx to the triton when compiling ```shell ln -s /usr/local/cuda/bin/ptxas $CONDA_PREFIX/bin/ptax cd $CONDA_PREFIX/lib/python3.12/site-packages/triton/backends/nvidia/bin/ cp /usr/local/cuda/bin/ptxas ./ ``` Accelerating compiling can use jinja...