Open ajdesalvio opened 2 months ago
This seems to be an oversight on our end, I can feel your struggles. We are using the picard-slim
bioconda package for our conda environment which lacks the R dependency.
https://github.com/AfshinLab/BLR/blob/c0d699601252263ceac8e2eb2839841c1700289a/environment.yml#L37
This should be replaced with no-so-slim picard
(https://bioconda.github.io/recipes/picard/README.html) which does depend on r-base
. The *.lock
files would also need to be updated.
I apologize in advance if this is common knowledge, but I did not realize an R module was required to be able to run
picard CollectMultipleMetrics
until burning through several days of computing time. I also struggled a bit to find the modules/compilers necessary to run BLR on my university's high performance research computing cluster, and the following worked in my case, hopefully this can save someone else unnecessary trial-and-error. I also had to set the locale to UTF-8: