Re: [Bioc-devel] BiocParallel and AnnotationDbi: database disk image is malformed

2018-01-19 Thread Ludwig Geistlinger
Thanks for these explanations, Martin. What I actually want to do is sending each expression dataset on probe level to a worker, where probe level expression is summarized to gene level expression according to a chosen summarization function (such as 'mean'). The worker should then return the e

Re: [Bioc-devel] BiocParallel and AnnotationDbi: database disk image is malformed

2018-01-19 Thread Martin Morgan
On 01/19/2018 02:24 PM, Ludwig Geistlinger wrote: I apologize if I haven't been specific enough - however, I am also having trouble to reliably reproduce the error. It does not seem to be exclusively related to the combination of AnnotationDbi and parallel computation, but also with some other

Re: [Bioc-devel] BiocParallel and AnnotationDbi: database disk image is malformed

2018-01-19 Thread Ludwig Geistlinger
I apologize if I haven't been specific enough - however, I am also having trouble to reliably reproduce the error. It does not seem to be exclusively related to the combination of AnnotationDbi and parallel computation, but also with some other packages I load. While still trying to produce a mi

Re: [Bioc-devel] BiocParallel and AnnotationDbi: database disk image is malformed

2018-01-19 Thread Martin Morgan
On 01/19/2018 12:37 PM, Gabe Becker wrote: IT seems like you could also force a copy of the reference object via $copy() and then force a refresh of the conn slot by assigning a new db connection into it. I'm having trouble confirming that this would work, however, because I actually can't repro

Re: [Bioc-devel] Duplicate commits for hpar was [Re: Duplicate commits in Bioconductor commit history]

2018-01-19 Thread Turaga, Nitesh
You want to follow http://bioconductor.org/developers/how-to/git/sync-existing-repositories/ And look at #8 in that page, http://bioconductor.org/developers/how-to/git/abandon-changes/#force-bioconductor--to-github- You should follow this and try once more. Nitesh > On Jan 19, 2018, at 12:5

Re: [Bioc-devel] BiocParallel and AnnotationDbi: database disk image is malformed

2018-01-19 Thread Martin Morgan
On 01/19/2018 12:23 PM, Vincent Carey wrote: good question some of the discussion on http://sqlite.1065341.n5.nabble.com/Parallel-access-to-read-only-in-memory-database-td91814.html seems relevant. converting the relatively small annotation package content to pure R read-only tables on the ma

[Bioc-devel] List of Deprecated Packages for Bioc3.7

2018-01-19 Thread Shepherd, Lori
The Bioconductor Team is continuing to identify packages that will be deprecated in the next release to allow for the Bioconductor community to respond accordingly. The list will be updated monthly. The current list of deprecated packages is as follows: Maintainer requested deprecation: Softw

Re: [Bioc-devel] Duplicate commits for hpar was [Re: Duplicate commits in Bioconductor commit history]

2018-01-19 Thread Turaga, Nitesh
The pre-receive hook is catching the duplicate commits on your local repository and preventing the push from contaminating the bioconductor version of the repository. If you need help fixing your local repository, feel free to ask questions. Try to follow the link in error message and see if yo

Re: [Bioc-devel] BiocParallel and AnnotationDbi: database disk image is malformed

2018-01-19 Thread Gabe Becker
IT seems like you could also force a copy of the reference object via $copy() and then force a refresh of the conn slot by assigning a new db connection into it. I'm having trouble confirming that this would work, however, because I actually can't reproduce the error. The naive way works for me on

Re: [Bioc-devel] Duplicate commits for hpar was [Re: Duplicate commits in Bioconductor commit history]

2018-01-19 Thread Turaga, Nitesh
Hi Laurent, If you check the package “hpar” with a fresh clone from git@git.bioconductor, you’ll see that it doesn’t have any duplicate commits now. I think only your local repository has duplicate commits. You’d have to fix this issue on your side. Best regards, Nitesh > On Jan 19, 2018,

Re: [Bioc-devel] BiocParallel and AnnotationDbi: database disk image is malformed

2018-01-19 Thread Vincent Carey
good question some of the discussion on http://sqlite.1065341.n5.nabble.com/Parallel-access-to-read-only-in-memory-database-td91814.html seems relevant. converting the relatively small annotation package content to pure R read-only tables on the master before parallelizing might be very simple?

Re: [Bioc-devel] CINdex package build error in Linux

2018-01-19 Thread Yuriy Gusev
Great news! Thanks Valerie Best Regards Yuriy On Fri, Jan 19, 2018 at 11:40 AM, Obenchain, Valerie < valerie.obench...@roswellpark.org> wrote: > Hi Krithika, > > I believe this was related to a problem with getTable() in rtracklayer: > > https://github.com/lawremi/rtracklayer/issues/5 > > rt

Re: [Bioc-devel] CINdex package build error in Linux

2018-01-19 Thread Obenchain, Valerie
Hi Krithika, I believe this was related to a problem with getTable() in rtracklayer: https://github.com/lawremi/rtracklayer/issues/5 rtracklayer 1.39.5 built successfully today and the error in CINdex has cleared up: https://bioconductor.org/packages/3.7/bioc/html/CINdex.html Valerie O

[Bioc-devel] BiocParallel and AnnotationDbi: database disk image is malformed

2018-01-19 Thread Ludwig Geistlinger
Hi, Within a package I am developing, I would like to enable parallel probe to gene mapping for a compendium of microarray datasets. This accordingly makes use of annotation packages such as hgu133a.db, which in turn connect to the SQLite database via AnnotationDbi. When running in multi-core

[Bioc-devel] Push to git not updating correctly

2018-01-19 Thread Clare Pacini
Hi all, I have pushed changes to the DrugVsDisease repository and have been able to verify these changes are present in the git repository (after adding it to my GitHub account and checking for the changes). However, it seems that an old version is still be checked in the daily reports - and ar

Re: [Bioc-devel] need git push permission for mtbls2

2018-01-19 Thread Turaga, Nitesh
Hi Stephan, The key seems to be correct. You should have read and write access to that package. I missed the fact that it was an experiment data package and not a software package. Thanks, Nitesh > On Jan 19, 2018, at 3:29 AM, Neumann, Steffen wrote: > > Hi BioC team, > > I have R W for

[Bioc-devel] Version bumps

2018-01-19 Thread Martin Morgan
Bioc developers! A number of packages in the 'master' branch of their git repository build and check successfully, but do not propagate to the 'devel' repository (red light at the extreme right, e.g., ABSSeq; mouse over for details) https://bioconductor.org/checkResults/3.7/bioc-LATEST/ABS

[Bioc-devel] need git push permission for mtbls2

2018-01-19 Thread Neumann, Steffen
Hi BioC team, I have R W for several packages I am involved in, but not for mtbls2 that I maintain. Please add W for "s.neumann" for mtbls2 as well, or is there any mistake on my side ? Thanks in advance, yours, Steffen R Wpackages/msdata R packages/mtbls2 R Wpackages/mzR