LuoGroup2023 / DeChat

Repeat and haplotype aware error correction in nanopore sequencing reads with DeChat
GNU General Public License v3.0
8 stars 0 forks source link

Seg fault #4

Closed GaetanBenoitDev closed 4 months ago

GaetanBenoitDev commented 5 months ago

Hi,

The program crashed during read correction step. I used this public dataset: ERR7256374 (it's a metagenomics R10.4 dataset). https://www.ebi.ac.uk/ena/browser/view/ERR7256374

I used default parameters

LuoGroup2023 commented 5 months ago

Hi,

The program crashed during read correction step. I used this public dataset: ERR7256374 (it's a metagenomics R10.4 dataset). https://www.ebi.ac.uk/ena/browser/view/ERR7256374

I used default parameters

Hello,

could you please provide detailed output logs so that I can quickly identify potential issues? Also, I will download the data you used for testing.

LuoGroup2023 commented 4 months ago

Hi,

The program crashed during read correction step. I used this public dataset: ERR7256374 (it's a metagenomics R10.4 dataset). https://www.ebi.ac.uk/ena/browser/view/ERR7256374

I used default parameters Hi,

I apologize for the delayed response; I have been occupied with other matters recently. I encountered a "malloc(): invalid size (unsorted)" error while testing the dataset ERR7256374. However, after filtering the data to allow a minimum length of 1000, the issue no longer occurred. This error is likely due to a third-party library I am using, and I am working diligently to resolve it. In the meantime, you can try filtering the data to sequences of at least 1000 in length, which should address the issue for your needs. I hope this solution is helpful.

LuoGroup2023 commented 4 months ago

Hi, The program crashed during read correction step. I used this public dataset: ERR7256374 (it's a metagenomics R10.4 dataset). https://www.ebi.ac.uk/ena/browser/view/ERR7256374 I used default parameters Hi,

I apologize for the delayed response; I have been occupied with other matters recently. I encountered a "malloc(): invalid size (unsorted)" error while testing the dataset ERR7256374. However, after filtering the data to allow a minimum length of 1000, the issue no longer occurred. This error is likely due to a third-party library I am using, and I am working diligently to resolve it. In the meantime, you can try filtering the data to sequences of at least 1000 in length, which should address the issue for your needs. I hope this solution is helpful.

The latest version of dechat has been uploaded, fixing potential errors encountered during the generation of recorrected.fa. Updates for the conda environment submissions will follow. You can compile locally to run the latest version of dechat.