nhoffman / dada2-nf

A Nextflow pipeline for processing 16S rRNA sequences using dada2
0 stars 2 forks source link

Dependency issue when building docker image #33

Closed mwohl closed 3 years ago

mwohl commented 3 years ago

Got the following error when trying to rebuild the dada2-nf docker image:

Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
 r-cran-devtools : Depends: r-cran-usethis but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
The command '/bin/sh -c apt-get update -y && apt-get install -y     python3-pip     r-cran-ape     r-cran-biocmanager     r-cran-devtools     r-cran-dplyr     r-cran-lattice     r-cran-latticeextra     r-cran-r.utils     r-cran-readr     r-cran-rmarkdown     r-cran-tidyr     libcurl4-openssl-dev     libxml2     libxml2-dev' returned a non-zero code: 100
nhoffman commented 3 years ago

merged, thanks @mwohl