Re: [Bioc-devel] TENxBUSData not added to the Bioconductor git repository

2019-08-28 Thread Pages, Herve
Hi Lambda, Yes TENxBUSData was accepted but we only build data-experiment packages on Sundays, Tuesdays, and Thursdays so you might need to wait a couple extra days before you see TENxBUSData show up on the website and become available via BiocManager::install(). Thanks for your patience, H.

[Bioc-devel] TENxBUSData not added to the Bioconductor git repository

2019-08-28 Thread Lu, Dongyi (Lambda)
Hi, I submitted the software package BUSpaRse and the related experimental data package TENxBUSData for review; they were accepted yesterday. BUSpaRse has been added to the Bioconductor Git repository, and I can see it in the nightly build check results. However, TENxBUSData is not seen in the

Re: [Bioc-devel] Whether to copy unexported BSgenome function into multicrispr

2019-08-28 Thread Pages, Herve
Hi Aditya, I've added the 'load.only' argument to getBSgenome(). This is in BSgenome 1.53.2. See https://github.com/Bioconductor/BSgenome/commit/0eeddb5c0f57c69a0db31874b7b031ba06720bee This change will propagate to BioC devel in the next couple of days. Cheers, H. On 8/28/19 02:18, Bhagwat,

[Bioc-devel] Whether to copy unexported BSgenome function into multicrispr

2019-08-28 Thread Bhagwat, Aditya
Dear BioC developers, BSgenome::getBSgenome('mm10') returns BSgenome.Mmusculus.UCSC.mm10::Mmusculus. But that function also attaches BiocGenerics, S4Vectors, IRanges and Biostrings, which is unfortunate from a keep-the-namespace-clean perspective. I could instead use the clean alternative bsnam

[Bioc-devel] MultiAssayExperiment silently converting RangedSummarizedExperiments into SummarizedExperiments.

2019-08-28 Thread Charles Plessy
Hello, I am using MultiAssayExperiment as a base class in the CAGEr package. In Bioconductor 3.10, CAGEr is broken because updates of RangeSummarizedExperiment experiments trigger their silent conversion to SummarizedExperiment objects (basically discarding the ranges). This only happens when t