Closed lufuhao closed 1 month ago
Hi @lufuhao,
the bigwig files run separately but not together because TOBIAS skips the differential part of the algorithm as it requires at least two conditions. For the error, as far as I can tell the problem occurs when BINDetect tries to compute the differential scoring but at least one of the conditions contains NA
or infinite
which makes this impossible, hence the error. Since this may have to do with how you created your bigwig files I recommend revisiting the ScoreBigwig step and making sure that --regions
uses the same file for all of your conditions.
If you are going for a full ATAC analysis I can recommend our snakemake pipeline. It strings the separate TOBIAS tools together so you don't have to worry about running each of the tools yourself.
To avoid additional issues I would further suggest updating your TOBIAS version we recently released version 0.17.0
.
I hope this fixes your issue. And feel free to update here. Best wishes Hendrik
No activity for at least 30 days. Marking issue as stale. Stale issues are closed after one week.
Please help with this error: ValueError: The data contains non-finite values.
Here are some details:
TOBIAS: tobias/v0.16.1-ab66886 Platform: ubuntu 22.04 server
These two peaks can be successfully run in single-mode. But when I run them in condition mode, it reported following error.
LOG:
Thank you so much