Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Labels:None
-
Epic Link:
Description
This task was created to serve as a reminder for the story of examining the problem of IGB failing on unsorted bed files.
There may be a problem with IGB's sorting code that is causing this problem.
For a related story please see IGBF-490.
Also, there is an exception that is generated occasionally that may be related to this issue (see comment below for exception).
Attachments
Issue Links
- relates to
-
IGBF-490 Loading S. cerevisiae genome multiple times causes an exception
-
- Closed
-
When re-enabling a local quickload directory that contained bed files that weren't tabix indexed another exception was generated. (may be a Windows problem):
May 06, 2015 2:39:15 PM com.affymetrix.genometry.util.SortTabFile writeFile
SEVERE: Could not find file C:\Users\LORAIN~1\AppData\Local\Temp\chr25725627626511728424.bed
java.io.FileNotFoundException: C:\Users\LORAIN~1\AppData\Local\Temp\chr25725627626511728424.bed (The requested operation cannot be performed on a file with a user-mapped section open)
at java.io.FileOutputStream.open0(Native Method)
at java.io.FileOutputStream.open(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at com.affymetrix.genometry.util.SortTabFile.writeFile(SortTabFile.java:79)
at com.affymetrix.genometry.util.SortTabFile.sort(SortTabFile.java:67)
at com.affymetrix.genometry.symloader.SymLoader.sortCreatedFiles(SymLoader.java:109)
at com.affymetrix.genometry.symloader.BED.init(BED.java:97)
at com.affymetrix.genometry.symloader.BED.getChromosomeList(BED.java:104)
at com.affymetrix.genometry.quickload.QuickLoadSymLoader.loadAndAddSymmetries(QuickLoadSymLoader.java:152)
at com.affymetrix.genometry.quickload.QuickLoadSymLoader.loadSymmetriesThread(QuickLoadSymLoader.java:138)
at com.affymetrix.genometry.quickload.QuickLoadSymLoader.loadFeatures(QuickLoadSymLoader.java:118)
at com.affymetrix.igb.view.load.GeneralLoadUtils.loadFeaturesForSym(GeneralLoadUtils.java:782)
at com.affymetrix.igb.view.load.GeneralLoadUtils$1.loadOnSequence(GeneralLoadUtils.java:697)
at com.affymetrix.igb.view.load.GeneralLoadUtils$1.lambda$multiThreadedLoad$79(GeneralLoadUtils.java:640)
at com.affymetrix.igb.view.load.GeneralLoadUtils$1$$Lambda$277/1113018365.run(Unknown Source)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)