Dinghua Li

Results 20 comments of Dinghua Li

-9 means that the program was killed by SIGKILL. If you are using a server that is managed by another system (e.g. an admin is managing the server by some...

@aquaskyline could you help to answer this question?

Hi Brian, Which version did you use? Could you please attach the log file here?

I cannot see the log. You may need to visit the github page and upload the log manually.

Given that your dataset is really huge, it is not easy to figure out the root of the problem quickly. Therefore, trying to decrease the size of the dataset is...

@mbcouger thank you for your help. Feel free to post any suggestions here. I also suggest using tools in the bbmap package to reduce the input data. See https://github.com/voutcn/megahit/issues/239#issuecomment-534373589 BTW,...

Hello @rec3141, are you able to compile Megahit by: ```bash git clone https://github.com/voutcn/megahit.git cd megahit mkdir build && cd build cmake .. -DCMAKE_BUILD_TYPE=Debug -DSANITIZER=ON make -j $(nproc) ``` and then...

I don't have any plans to implement a scaffolding software package. But not sure whether my co-authors have such a plan. @aquaskyline could you answer the question?

Found that with this PR `HasPopCnt` and `HasBmi2` will always return false on aarch64. And the megahit python script will always choose the megahit_core binary without popcnt and BMI2. Thus...

FYI. We have three `megahit_core` binary compiled: one for popcnt + BMI2, one for popcnt only and one for none of them. And the megahit python script will choose the...