Re: [Bioc-devel] VariantAnnotation Installation Compile Error

2021-05-25 Thread Dario Strbenac
Hello, The problem stemed from an .Rprofile file which was setting .libPaths with the directory path to a library of packages for the previous version of R and starting R with the --vanilla option avoided the problem. -- Dario Strbenac University of Sydney

Re: [Bioc-devel] C++ parallel computing

2021-05-25 Thread Oleksii Nikolaienko
Hi Martin, thanks for your answer. The goal is to speed up my package (epialleleR), where most of the functions are already written in C++, but the code is single-threaded. Tasks include: apply analog of GenomicAlignments::sequenceLayer to SEQ, QUAL and XM strings, calculate per-read methylation

Re: [Bioc-devel] C++ parallel computing

2021-05-25 Thread Martin Morgan
If the BAM files are each processed independently, and each processing task takes a while, then it is probably 'good enough' to use R-level parallel evaluation using BiocParallel (currently the recommendation for Bioconductor packages) or other evaluation framework. Also, presumably you will

[Bioc-devel] I don't have access to my package

2021-05-25 Thread Jonathon Hill
Hi, I am the listed maintainer for the sangerseqR package. However, I am unable to access it to push a small bug fix. I am the owner of the GitHub repository and the maintainer listed on the bioconductor website/DESCRIPTION file. However, when I try to push the change to upstream, I get the