Wei He

Results 6 issues of Wei He

您好,我是用您的仓库进行学习,在运行post.cgi程序时,并不能很好的执行。 经过一段时间,发现是post.cgi文件的权限问题。 **问题**:单独的`chmod +X post.cgi`并不能赋予正确的权限。 **原因**:我猜测的:+X只是给所有的用户一个可执行权限,但是在执行后,是在浏览器中通过http协议进行读取,因此至少还有可读操作,我没测试只给可执行和可读操作是否可以正常运行。 **解决方案**:改用`chmod 755 post.cgi`即可。

S_IXOTH others have execute permission.

sizeof 获取的是指针的字节个数,other.m_data 此时不是数组,是一个指针。

In our daily usage, we may filter out low-confidence data using base_qual and then examine the overall 5mc modification levels through pileup. Therefore, we hope to add an option in...

question

I added some intermediate variable prints in your open-source code and found that the llr_ratio calculated by your beta_llk differs from the output of my Python implementation. The specific details...

question

When I implemented the single-site DMR score algorithm using the documentation at https://nanoporetech.github.io/modkit/dmr_scoring_details.html, the results I calculated did not match those from the official tool. ```pytthon import numpy as np...

question