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
So I'm fairly new to this. I have a S. cerevisiae hic file generated through the the HiCUP pipeline. However, I'm not able to view this particular file on my local Juicebox. It is opening without any problems on Juicebox web and I'm able to open other hic files (from NCBI GEO) on the local Juicebox. I'm attaching the error message I got -
java.lang.IllegalArgumentException: No enum constant juicebox.windowui.NormalizationType.SCALE
at java.base/java.lang.Enum.valueOf(Enum.java:240)
at juicebox.windowui.NormalizationType.valueOf(NormalizationType.java:30)
at juicebox.data.DatasetReaderV2.readFooter(DatasetReaderV2.java:525)
at juicebox.data.DatasetReaderV2.read(DatasetReaderV2.java:235)
at juicebox.gui.SuperAdapter.unsafeLoad(SuperAdapter.java:414)
at juicebox.gui.SuperAdapter.unsafeLoadWithTitleFix(SuperAdapter.java:523)
at juicebox.gui.SuperAdapter$2.run(SuperAdapter.java:505)
at juicebox.MainWindow$3.call(MainWindow.java:446)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
I have not been able to troubleshoot this. It will be great if you could please guide me through this.
Thanks,
Jeff
The text was updated successfully, but these errors were encountered:
Hey guys,
So I'm fairly new to this. I have a S. cerevisiae hic file generated through the the HiCUP pipeline. However, I'm not able to view this particular file on my local Juicebox. It is opening without any problems on Juicebox web and I'm able to open other hic files (from NCBI GEO) on the local Juicebox. I'm attaching the error message I got -
java.lang.IllegalArgumentException: No enum constant juicebox.windowui.NormalizationType.SCALE
at java.base/java.lang.Enum.valueOf(Enum.java:240)
at juicebox.windowui.NormalizationType.valueOf(NormalizationType.java:30)
at juicebox.data.DatasetReaderV2.readFooter(DatasetReaderV2.java:525)
at juicebox.data.DatasetReaderV2.read(DatasetReaderV2.java:235)
at juicebox.gui.SuperAdapter.unsafeLoad(SuperAdapter.java:414)
at juicebox.gui.SuperAdapter.unsafeLoadWithTitleFix(SuperAdapter.java:523)
at juicebox.gui.SuperAdapter$2.run(SuperAdapter.java:505)
at juicebox.MainWindow$3.call(MainWindow.java:446)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
I have not been able to troubleshoot this. It will be great if you could please guide me through this.
Thanks,
Jeff
The text was updated successfully, but these errors were encountered: