Skip to content
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

High resolution causes error - Questions about interpretation of results #182

Open
ChelseyLin3 opened this issue Jun 27, 2024 · 1 comment

Comments

@ChelseyLin3
Copy link

ChelseyLin3 commented Jun 27, 2024

Hi, I created a genomedata archive using a bed file with a resolution of 100kb as the segway input. I am wondering if there's a way to specify the input resolution using bigger than 10kb bin size. Using the --resolution flag of 100kb seems to produce an intermediate file error.
Screen Shot 2024-07-11 at 11 57 39 AM
And the intermediate file looked like this. Thank you in advance for any suggestions! @wsnoble
Screen Shot 2024-07-11 at 11 57 28 AM

@EricR86 EricR86 changed the title Questions about interpretation of results High resolution causes error - Questions about interpretation of results Jul 19, 2024
@EricR86
Copy link
Member

EricR86 commented Jul 19, 2024

The issue is from a high --resolution option. The presence variable tracks missing data across downsampled datasets and in this case it attempt to track 100000 underlying datapoints that may be missing per downsample.

Obviously not ideal, but at least a lower resolution (e.g. 1000) should get the same results without error and with still a significant speedup on lower resolution data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants