Aki Hoji

Results 24 comments of Aki Hoji

@krassowski Is it possible to manually define "sets" ? For above example, use "cluster" as a grouping value, like this` group_by(cluster)`.

@denvercal1234GitHub, have you figured this out ? Thanks.

@cap76, I did follow your workaround but getting the exact same error. One thing I notice is clang is still `/usr/bin/clang` even after `conda install llvm`. A path is set...

Linus, How did you install numpy ? By conda, pip, or brew ? > On Aug 5, 2020, at 12:12 PM, Linus Schumacher wrote: > > > @drnzali I tried...

OK Try pip list to see you numpy is really installed. Then, pip show numpy and output looks like following; pip3 show numpy Name: numpy Version: 1.19.1 Summary: NumPy is...

-fopenmp is a flag for the OpenMP multithread support. Do you have “Makeovers” in your .R folder in your home directly ? You probably have a -fopenmp flag option with...

Attachment available until Sep 6, 2020 Linus, Just in case, this does not work, I will send you the binary version of conos complied in my Mac. All you have...

@Yenaled I have a htslib 1.13 installed by brew. Is there any way to skip htslib config step by providing the path to existing htslib 1.13 during make process ?

@Yenaled , Thanks. kallisto is now installed in my M1 Mac mini. ``` build git:(master) ✗ sudo make install Password: [ 27%] Built target htslib [ 93%] Built target kallisto_core...

@SabrinaITNL, have you fond the solution to this issue ? Pease let me know. Thanks.