-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
r-base is (sometimes) a dependency for picard #32
Comments
Should be solved in DennisSchmitz/jovian@548068e |
I have a similar experience that with certain samples Picard requires the ldpaths package: ERROR 2019-05-10 11:27:12 ProcessExecutor /data/BioGrid/ERVINGS/Runs_Respiratory_MiSEQ_RIVM/MiSeq_RUN_12APR2019/Jovian/.snakemake/conda/1bd8fc38/lib/R/bin/R: line 238: /data/BioGrid/ERVINGS/Runs_Respiratory_MiSEQ_RIVM/MiSeq_RUN_12APR2019/Jovian/.snakemake/conda/1bd8fc38/lib/R/etc/ldpaths: No such file or directory |
Perhaps ldpaths needs to be added to the scaffold_analysis.yaml conda template as well? |
Forgot to re-open. |
A similar case has been observed in the following issue: |
ldpaths is unfortunately not listed in conda as an independent package. Ldpaths as an issue is unfortunately out of our hands for that matter. will keep an eye out on the r-base issue you linked. Once published we can test it and if it indeed solves the issue then we should update the environment dependencies. |
Just thinking out loud here, haven't thoroughly read the linked r-base issue... But, would Singularity help with this? |
Closing for now,
If you run into this issue then the best thing you can do is to simply rebuild the specific conda environment. |
r-base needs to be added as a dependency to the scaffold_analysis.yaml conda template.
specifc version is r-base==3.5.1 (latest)
related to bioconda/bioconda-recipes#3859
The text was updated successfully, but these errors were encountered: