-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ATACorrect hangs at 99% during normalization step #300
Comments
Hey @MauricioALM, when you say consistently, do you mean every time you run TOBIAS in general, or every time you run it with these input files? If it is the latter, can you try to reproduce the error with another bam/peak file of yours and, if that causes the same problem, the test data? If the issues is specific to your data instead of TOBIAS in general, there might a formatting issues. When you cancel the analysis with Best regards, |
Hi, sorry for the delay, I ran the command again with other input data and the problem still occurs. When stopping Tobias with control + C, I receive the following message continuously: Traceback (most recent call last): |
Thanks for the additional information. Just to clarify, did you also try it out with the test data provided by TOBIAS? From the error I can gather that it is stuck at 99% percent because it starts multiple parallel processes to read the input files, which advances the progress bar, but it is stuck at actually reading the files. That strongly suggests to me that there is something wrong with the file format. Could you provide me with a small reproducible example if possible, so that I can investigate the problem on my own machine? Just a small part of your bam and bed files that still run into the problem would be great :) Also, which TOBIAS version are you using? |
When running the ATACorrect tool, the process consistently hangs at 99% during the normalization step (Estimating normalization factors) without throwing any errors. The process does not complete even after several hours.
TOBIAS ATACorrect
--bam trHF4_partial_footprint.bam
--genome "/home/aguilar-admin/Mau/genomes/mm39/mm39_filtered.fa"
--peaks trHF4_idr.narrowPeak
--outdir trHF4
--cores 30
The tool outputs the following log message and then stops progressing:
lua
Copiar código
2025-01-07 18:57:35 (3593677) [INFO] ----- Estimating normalization factors -----
The progress reaches 99% but does not move further.
The text was updated successfully, but these errors were encountered: