Ryangguk Kim
Ryangguk Kim
Thanks for your answer. I have been thinking about the possibility of speeding up by using something like Cython or numba. Have you tried already, or do you have any...
I tried using ncls (https://github.com/hunt-genes/ncls) and numpy. It seems to work. For canFam3ToHg38.over.chain, it takes about 2 minutes and 7.3 GB of memory to load the chain file. If you...
Thanks. In my test with suppaftp-cli, I get the following. ``` >suppaftp ftp.ncbi.nih.gov:21 >> login Username: Password: OK >> list LIST error: Connection error: Operation timed out (os error 60)...
With cuppa-ftp, cwd and pwd worked. `retr` timed out, with and without active_mode. - Code (without active_mode) ```rust fn main() -> suppaftp::FtpResult { let parent_url = "ftp.ncbi.nih.gov:21"; let mut ftp_stream...