dwpeng
dwpeng
I got the same error,but my error port is 443. **Error Message** The connection was rejected. Either the requested service isn’t running on the requested server/port, the proxy settings in...
> I got the same error,but my error port is 443. > > **Error Message** > The connection was rejected. Either the requested service isn’t running on the requested server/port,...
> I have the same problem: > > `GET http://localhost:3000 HTTP/1.1` > > will result in: > > ``` > [Error - 11:28:29 AM] Failed to send request: > RequestError:...
faiss-cpu依赖版本被锁死了,恰好这个版本不能在windows上安装
> faiss-cpu依赖版本被锁死了,恰好这个版本不能在windows上安装 解决方案: step1:把这个仓库clone/下载下来 step2: 通过pip安装这个仓库
Hi, I fork this repo and implement this feature #1 . [branch: bam-list-support](https://github.com/dwpeng/minipileup/tree/bam-list-input) with option `-i`, the progrom can load bam file list. bam-list.txt ```txt 1.bam # 2.bam ! filterd,...
@jguhlin , I updated the code by using `mut &self` instead of `self`. Because most of the flag settings happen after init `aligner`. So for an aligner, user can use...