Paul

Results 13 comments of Paul

I was able to reproduce it like this: Used AntennaPod 1.8.1 (6e6a64f50) ``` 1. Launch episode (I streamed). 1.a. Let play for 5-10 seconds (Dont know if this is really...

I also can not reproduce the issue anymore with the steps I proposed. This issue seems solved on Pixel 4a with latest updates. AntennaPod version 2.0.3 (81e2be8f2) Android patch level:...

Its interesting that empty lines are not specified. I would think they should be ignored by the actual script as they are invalid characters but pyfaidx should work as expected...

I just stumpled across the whole issue. Should we try to issue a new pull request, as cyanogenmod now is lineageos? And: Where is the patch? CM webpages are down

I have the same error code while running metaspades. I tried the same with the original precompiled version 3.13 and with the conda version (3.12) and the error persists. ----...

Yes, same here. Seems like this project did not get many updates in the last 2 years. Seems like someone will need to fix this and maybe create a pull...

Yeah. Without having looked at it this sounds like a bug/unexpected behaviour. I suspect you use the R-package? We might have implemented in that way to have a consistent table...

Hi, so I actually finished downloading genbank bacteria. In the successfull run it actually used "only" 20 Gb of memory in 4 threads, so 5 Gb per thread, which is...

Its over 600.000 files, all of which require multiple informations in memory. So per download candidate its only 20Gb/630.000, which is 31Kb, which itself seems reasonable. Or does it not?...

I just installed it with conda: ``` conda create -n ncbi -c bioconda ncbi-genome-download conda activate ncbi ncbi-genome-download -h ``` And everything works as expected. I even downloaded a few...