iMetOsaka / UNAGI

3 stars 4 forks source link

Genome (-g) files are ignored when BAM input is provided #6

Open VikArz02 opened 3 years ago

VikArz02 commented 3 years ago

Hi, I try to run the tool you made but have this error:

`[M::main] Real time: 329.979 sec; CPU: 799.731 sec; Peak RSS: 18.511 GB [2021/03/23 - 12:15:54] Sorting the new mapped reads [2021/03/23 - 12:16:38] Generating the genome coverage for each position


*****WARNING: Genome (-g) files are ignored when BAM input is provided.


` Can you help me?

JungNicolas commented 3 years ago

The warning should not be showing anymore with the latest version. Thank you for reporting this problem !

VikArz02 commented 3 years ago

Thanks for your answer! Yup, this problem doesn't appear, but the program just killed in the same place.

JungNicolas commented 3 years ago

Hi ! Oh, so the program just exits with no other message ? I can't really tell what's wrong from just this, but let's try to find the reason.

First thing, just in case you were killing it yourself: the program normally takes some time finishing the "Generating the genome coverage for each position" step, so please don't assume that it is hanging because of that, it will eventually finish.

In case this was not your problem, could you please do the following to help me pinpoint the culprit:

Thanks for your patience, I hope I can manage to identify and fix the issue quickly.