leonqli

Results 20 comments of leonqli

Hi @micheldumontier Thanks for your reply! Currently we use sio:has-value to model an endpoint that has a certain IC50 value. We wonder if you can support not just "equal to",...

Hi @micheldumontier Thanks for looking into it. I still don't know how to use the method you suggested. For example, I have an endpoint which is >=0.16 uM, how should...

Thanks @ManonGros ! It should be the version difference, for example, JP17, JP18, are drug names from Japanese Pharmacopoeia 17th/18th Edition. https://www.pmda.go.jp/english/rs-sb-std/standards-development/jp/0019.html

Thanks @nojhan ! It is very similar already! The following screenshot is colored in vim with the plugin [rainbow_csv](https://github.com/mechatroner/rainbow_csv). I wonder if it could be done with colout in output...

Thanks @HughWilliams for your quick reply! We changed both previously. Now we will increase the MaxClientConnections at [Parameters] to 1000 as you suggested.

I will answer my question. It was because of the missing package: libzstd-dev.

Yes, I compiled it successfully in my personal ubuntu. But I'm really suffering to compile it on CentOS (CentOS Linux release 7.9.2009 (Core)). It will be highly appreciated if you...

The error went like this on CentOS 7.9.2009: ```bash ... In file included from /../qlever/qlever-code/third_party/googletest/googletest/include/gtest/gtest-message.h:55, from /../qlever/qlever-code/third_party/googletest/googletest/include/gtest/gtest-assertion-result.h:46, from /../qlever/qlever-code/third_party/googletest/googletest/include/gtest/gtest.h:59, from /../qlever/qlever-code/src/util/../parser/TokenizerCtre.h:8, from /../qlever/qlever-code/src/util/Conversions.cpp:17: /../qlever/qlever-code/third_party/googletest/googletest/include/gtest/internal/gtest-port.h:927:3: error: 'regex_t' does not name a...

@hannahbast Unfortunately, No. I'm still waiting for documentation that could cover compiling for different platforms.