You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
And the intermediate file looked like this. Thank you in advance for any suggestions! @wsnoble
The text was updated successfully, but these errors were encountered:
EricR86
changed the title
Questions about interpretation of results
High resolution causes error - Questions about interpretation of results
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.
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.And the intermediate file looked like this. Thank you in advance for any suggestions! @wsnoble
The text was updated successfully, but these errors were encountered: