Re: [Bioc-devel] Windows error "UCSC library operation failed" in package karyoploteR

2018-10-01 Thread Bernat Gel Moreno
Ops, ok, thanks. Should have reread the documentation. Thanks Bernat El 01/10/2018 a las 2:00, Dario Strbenac escribió: > Good day, > > The import of BigWig files does not work on Windows and is documented. > Execute ?BigWigFile-class and notice in the Description section: "These > functions

Re: [Bioc-devel] Windows error "UCSC library operation failed" in package karyoploteR

2018-09-30 Thread Dario Strbenac
Good day, The import of BigWig files does not work on Windows and is documented. Execute ?BigWigFile-class and notice in the Description section: "These functions do not work on Windows.". -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia __

[Bioc-devel] Windows error "UCSC library operation failed" in package karyoploteR

2018-09-30 Thread bernat
Hi all, I've got a windows only error in one example of one of my packages (karyoploteR). The erroring function uses rtracklayer::import to load some data from a BigWig file with wig.data <- rtracklayer::import(data, format = "bigWig", selection=plot.region[i]) where plot.region[i] is