First of all, thank you for this very useful pipeline!
I tried building the Docker container from the human-pipeline branch, and it failed installing the R package devtools.
I eventually figured out that the following dependencies were missing:
libharfbuzz-dev
libfribidi-dev
After adding them to the first apt install command in the Dockerfile, I was able to build the Docker container correctly.
Hi!
First of all, thank you for this very useful pipeline!
I tried building the Docker container from the human-pipeline branch, and it failed installing the R package devtools. I eventually figured out that the following dependencies were missing:
After adding them to the first
apt install
command in theDockerfile
, I was able to build the Docker container correctly.Best, Kay