-
Notifications
You must be signed in to change notification settings - Fork 6
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
bioepic: OverflowError: cannot convert float infinity to integer #45
Comments
I have installed bioepic and have run the epic program from the bin folder. However, each time I run my H3K27me3 ChIP against Input I get the following error: Merging the bins on both strands per chromosome. (File: count_reads_in_windows, Log level: INFO, Time: Thu, 03 Nov 2016 21:53:12 ) What does this mean? I know that there should be broad peaks as I find them running MACS2 broad-peak (no-model) option. Forgive me - I am new to these sorts of analyses. Best, |
Thanks for reporting. It seems like Please post the output of
to this thread. |
Hi, Sorry for the late reply. The following was what I inputted into epic: ./epic --control /pathtofolder/lib.filtered.input.sorted_2_MARKDUP.bed --treatment /pathtofolder/lib.filtered.H3K27me3_2_new.sorted.MARKDUP.bed --number-cores 30 --fragment-size 300 --chromsizes /pathtofolder/Asxl.size.file --effective_genome_size 6e8 > /pathtohomefolder/h3k27.broad.csv My input folder looks like this: scaffold4^I1^I160^INB501801:1:HN3WLBGXY:4:11601:9830:10032^I159$ My treatment folder looks like this: scaffold4^I1^I164^INB501801:1:HN3WLBGXY:3:13412:18598:13811^I163$ My chromsize folder: scaffold4^I49623$ I hope this helps. Thank you in advance. Best, |
Effective genome size should be a number between 0 and 1. You have no strand info in your files. On Sat, Nov 5, 2016 at 12:20 PM, anishdattani [email protected]
|
No description provided.
The text was updated successfully, but these errors were encountered: