Details

    • Story Points:
      1
    • Sprint:
      Winter 2018 Sprint 1

      Description

      User writes:

      "I have just upgraded IGB to version 9.0.2 (windows 10).
      I cannot upload bigWig files which did load in the previous version.
      The message is "Unable to load data set for this file. Would you like to remve this file...".
      Have tested several bigWig files, all with the same response.
      I was able to load BED file.
      Restarted the PC and restarted the application a couple of times."

      Note: IGB 9.0.2 is using code from this library to open and read bigwig files:
      https://bitbucket.org/lorainelab/bigwig

        Attachments

          Issue Links

            Activity

            Hide
            nfreese Nowlan Freese added a comment -

            The bigWig test file test.bigWig loads correctly in IGB 9.0.2 on macOS 0.13.6.

            Show
            nfreese Nowlan Freese added a comment - The bigWig test file test.bigWig loads correctly in IGB 9.0.2 on macOS 0.13.6.
            Hide
            nfreese Nowlan Freese added a comment - - edited

            Windows 8.1
            IGB 9.0.2 release
            Java 1.8.0_191
            Exception when loading test.bigWig:

            Nov 29, 2018 9:47:28 AM com.affymetrix.genometry.quickload.QuickLoadSymLoader logException
            WARNING: Provider "C" not found
            java.nio.file.ProviderNotFoundException: Provider "C" not found
            at java.nio.file.FileSystems.newFileSystem(Unknown Source)
            at htsjdk.samtools.util.IOUtil.getPath(IOUtil.java:1126)
            at htsjdk.samtools.seekablestream.SeekableStreamFactory$DefaultSeekableStreamFactory.getStreamFor(SeekableStreamFactory.java:101)
            at htsjdk.samtools.seekablestream.SeekableStreamFactory$DefaultSeekableStreamFactory.getStreamFor(SeekableStreamFactory.java:77)
            at com.gene.bigwighandler.BigWigSymLoader.initbbReader(BigWigSymLoader.java:89)
            at com.gene.bigwighandler.BigWigSymLoader.init(BigWigSymLoader.java:62)
            at com.gene.bigwighandler.BigWigSymLoader.getChromosomeList(BigWigSymLoader.java:106)
            at com.affymetrix.genometry.quickload.QuickLoadSymLoader.getChromosomeList(QuickLoadSymLoader.java:254)
            at com.affymetrix.igb.view.load.GeneralLoadUtils$3.runInBackground(GeneralLoadUtils.java:1002)
            at com.affymetrix.igb.view.load.GeneralLoadUtils$3.runInBackground(GeneralLoadUtils.java:996)
            at com.affymetrix.genometry.thread.CThreadWorker.doInBackground(CThreadWorker.java:73)
            at javax.swing.SwingWorker$1.call(Unknown Source)
            at java.util.concurrent.FutureTask.run(Unknown Source)
            at javax.swing.SwingWorker.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)

            Show
            nfreese Nowlan Freese added a comment - - edited Windows 8.1 IGB 9.0.2 release Java 1.8.0_191 Exception when loading test.bigWig: Nov 29, 2018 9:47:28 AM com.affymetrix.genometry.quickload.QuickLoadSymLoader logException WARNING: Provider "C" not found java.nio.file.ProviderNotFoundException: Provider "C" not found at java.nio.file.FileSystems.newFileSystem(Unknown Source) at htsjdk.samtools.util.IOUtil.getPath(IOUtil.java:1126) at htsjdk.samtools.seekablestream.SeekableStreamFactory$DefaultSeekableStreamFactory.getStreamFor(SeekableStreamFactory.java:101) at htsjdk.samtools.seekablestream.SeekableStreamFactory$DefaultSeekableStreamFactory.getStreamFor(SeekableStreamFactory.java:77) at com.gene.bigwighandler.BigWigSymLoader.initbbReader(BigWigSymLoader.java:89) at com.gene.bigwighandler.BigWigSymLoader.init(BigWigSymLoader.java:62) at com.gene.bigwighandler.BigWigSymLoader.getChromosomeList(BigWigSymLoader.java:106) at com.affymetrix.genometry.quickload.QuickLoadSymLoader.getChromosomeList(QuickLoadSymLoader.java:254) at com.affymetrix.igb.view.load.GeneralLoadUtils$3.runInBackground(GeneralLoadUtils.java:1002) at com.affymetrix.igb.view.load.GeneralLoadUtils$3.runInBackground(GeneralLoadUtils.java:996) at com.affymetrix.genometry.thread.CThreadWorker.doInBackground(CThreadWorker.java:73) at javax.swing.SwingWorker$1.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at javax.swing.SwingWorker.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)
            Hide
            stiwari8 Srishti Tiwari (Inactive) added a comment - - edited

            on IGB release 9.0.2 when loading test.bigWig (Windows 10, Java 1.8.0_181), I am getting this exception:

            Nov 29, 2018 9:51:11 AM com.affymetrix.genometry.quickload.QuickLoadSymLoader logException
            WARNING: Provider "E" not found
            java.nio.file.ProviderNotFoundException: Provider "E" not found
            at java.nio.file.FileSystems.newFileSystem(Unknown Source)
            at htsjdk.samtools.util.IOUtil.getPath(IOUtil.java:1126)
            at htsjdk.samtools.seekablestream.SeekableStreamFactory$DefaultSeekableStreamFactory.getStreamFor(SeekableStreamFactory.java:101)
            at htsjdk.samtools.seekablestream.SeekableStreamFactory$DefaultSeekableStreamFactory.getStreamFor(SeekableStreamFactory.java:77)
            at com.gene.bigwighandler.BigWigSymLoader.initbbReader(BigWigSymLoader.java:89)
            at com.gene.bigwighandler.BigWigSymLoader.init(BigWigSymLoader.java:62)
            at com.gene.bigwighandler.BigWigSymLoader.getChromosomeList(BigWigSymLoader.java:106)
            at com.affymetrix.genometry.quickload.QuickLoadSymLoader.getChromosomeList(QuickLoadSymLoader.java:254)
            at com.affymetrix.igb.view.load.GeneralLoadUtils$3.runInBackground(GeneralLoadUtils.java:1002)
            at com.affymetrix.igb.view.load.GeneralLoadUtils$3.runInBackground(GeneralLoadUtils.java:996)
            at com.affymetrix.genometry.thread.CThreadWorker.doInBackground(CThreadWorker.java:73)
            at javax.swing.SwingWorker$1.call(Unknown Source)
            at java.util.concurrent.FutureTask.run(Unknown Source)
            at javax.swing.SwingWorker.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)

            Show
            stiwari8 Srishti Tiwari (Inactive) added a comment - - edited on IGB release 9.0.2 when loading test.bigWig (Windows 10, Java 1.8.0_181), I am getting this exception: Nov 29, 2018 9:51:11 AM com.affymetrix.genometry.quickload.QuickLoadSymLoader logException WARNING: Provider "E" not found java.nio.file.ProviderNotFoundException: Provider "E" not found at java.nio.file.FileSystems.newFileSystem(Unknown Source) at htsjdk.samtools.util.IOUtil.getPath(IOUtil.java:1126) at htsjdk.samtools.seekablestream.SeekableStreamFactory$DefaultSeekableStreamFactory.getStreamFor(SeekableStreamFactory.java:101) at htsjdk.samtools.seekablestream.SeekableStreamFactory$DefaultSeekableStreamFactory.getStreamFor(SeekableStreamFactory.java:77) at com.gene.bigwighandler.BigWigSymLoader.initbbReader(BigWigSymLoader.java:89) at com.gene.bigwighandler.BigWigSymLoader.init(BigWigSymLoader.java:62) at com.gene.bigwighandler.BigWigSymLoader.getChromosomeList(BigWigSymLoader.java:106) at com.affymetrix.genometry.quickload.QuickLoadSymLoader.getChromosomeList(QuickLoadSymLoader.java:254) at com.affymetrix.igb.view.load.GeneralLoadUtils$3.runInBackground(GeneralLoadUtils.java:1002) at com.affymetrix.igb.view.load.GeneralLoadUtils$3.runInBackground(GeneralLoadUtils.java:996) at com.affymetrix.genometry.thread.CThreadWorker.doInBackground(CThreadWorker.java:73) at javax.swing.SwingWorker$1.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at javax.swing.SwingWorker.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)
            Hide
            stiwari8 Srishti Tiwari (Inactive) added a comment - - edited

            Fixed the issue and tested on windows 10, ubuntu and mac.
            Please review the changes:
            https://bitbucket.org/srishtitiwari/integrated-genome-browser/commits/67a5b9879c243289f1fcd9e81041a4701ae79069?at=release-9.0.2

            Show
            stiwari8 Srishti Tiwari (Inactive) added a comment - - edited Fixed the issue and tested on windows 10, ubuntu and mac. Please review the changes: https://bitbucket.org/srishtitiwari/integrated-genome-browser/commits/67a5b9879c243289f1fcd9e81041a4701ae79069?at=release-9.0.2
            Show
            stiwari8 Srishti Tiwari (Inactive) added a comment - Pull request submitted: https://bitbucket.org/lorainelab/integrated-genome-browser/pull-requests/651/igbf-1471-fix-for-bigwig-file-parsing/diff
            Hide
            ann.loraine Ann Loraine added a comment -

            merged into release-9.0.2

            Show
            ann.loraine Ann Loraine added a comment - merged into release-9.0.2
            Hide
            ann.loraine Ann Loraine added a comment - - edited
            • tested on Windows, Mac, Linux: bigwig, bigbed files loaded locally, from Quickload
            • deployed to Bioviz.org
            Show
            ann.loraine Ann Loraine added a comment - - edited tested on Windows, Mac, Linux: bigwig, bigbed files loaded locally, from Quickload deployed to Bioviz.org

              People

              • Assignee:
                stiwari8 Srishti Tiwari (Inactive)
                Reporter:
                ann.loraine Ann Loraine
              • Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: