Closed kokyriakidis closed 2 years ago
1) We are not pinning salmon version: https://github.com/chapmanb/cloudbiolinux/blob/master/contrib/flavor/ngs_pipeline_minimal/packages-conda.yaml#L111 In my fresh installation:
$ which salmon
/n/app/bcbio/1.2.9/anaconda/bin/salmon
$ salmon -v
salmon 1.6.0
2) R in anaconda/bin/R has tidyverse: https://github.com/chapmanb/cloudbiolinux/blob/master/contrib/flavor/ngs_pipeline_minimal/packages-conda.yaml#L262
$ which R
/n/app/bcbio/1.2.9/anaconda/bin/R
$ R
R version 4.1.1 (2021-08-10) -- "Kick Things"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: x86_64-conda-linux-gnu (64-bit)
.> library(tidyverse)
── tidyverse 1.3.1 ──
✔ ggplot2 3.3.5 ✔ purrr 0.3.4
✔ tibble 3.1.6 ✔ dplyr 1.0.7
✔ tidyr 1.1.4 ✔ stringr 1.4.0
✔ readr 2.1.1 ✔ forcats 0.5.1
No sure, what exactly happens in your installation, I could only suspect incomplete installation/mixed installations..
Sergey
I do not know what is happening. I can only install it using sudo. Otherwise it gets stuck during the resolve phase. I have to other conda installations in the system.
Installing it using sudo installed the correct package versions.
Thanks again for looking into it.
ok, maybe it is system specific. Have you included --mamba
during the installation (helps with solving)?
Yes, I have tried both conda and mamba.
Hi!
Q1: Is there a reason that bcbio still uses salmon v1.4.0?
Q2: I get the following error:
I do not know if there is a problem with my installation or
tidyverse
is missing from the installed depedencies.I now try a clean install but I get this error:
Only after running it with sudo e.g.
sudo python3 bcbio_nextgen_install.py /bcbio --tooldir=/bcbio/tools --nodata
managed to make it work and move one.