Jianshu_Zhao

Results 227 comments of Jianshu_Zhao
trafficstars

Note that you may need to use grep to extract fasta ID from edlib and parasail output for query names to compare with vsearch. Jianshu

yes I want semi-global. The other two are all semi-global. Have you benchmarked againt standard dataset? Thanks Jianshu

Strange enough,I have both static and dynamic libraries installed on my system. However rustc link dynamically gfortran and quadmath. is there a way to ask rustc link statically? i understand...

It seems this question is related to gcc/gfotran (due to libquadmath not linked statically): https://stackoverflow.com/questions/17910684/static-libgfortran-in-library-build . It is the same on linux for me. On ubuntu like system, libgfortran.a and...

I think still no. linux force dynamic link for library quadmath while gfortran relies on it. therefore libfortran.so will be used instead of .a

but quadmath is still linked dynamically right. but still this is much better than before, at least gfortran is static now. Thanks Jianshu

is there a easy way to add those to a configure file so that I do not need to worry about them next time? Thanks Jianshu

This does not work for me. Is that because I have both dynamic and static installed? Thanks, Jianshu

It turns out that I am on a linux server, which is annoying for building/linking/installing libraries. I use your strategy and it compiles but the last step it complained that...

I also notice the same warning for rust 1.69 nightly version. This will be updated soon right? Thanks, Jianshu