WANGchuang715
WANGchuang715
I also encountered the same problem. The memory consumption is still too large for indexing large genomes. Hope it can be resolved.
打开APP的时候没有问题,应该是在搜索栏位置退出后台后重进后会这样
> Hi, @WANGchuang715, have you considered filtering dataframe by the distance column after applying closest with return_distance=True? I am performing the operation in this way. However, I am unable to...
> hi Wang, if you are interested in many features in df2 around df1, perhaps > > ``` > bf.overlap( df1, bf.expand(df2, pad=MAX_DIST)) > ``` > > is what you...
> Can you formulate the problem more precisely? > > You mention that you are "unable to determine the appropriate value for k", so it sounds to me like what...