Skip to content

Commit

Permalink
fix: add bioconda channel
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Dec 7, 2023
1 parent a1c1949 commit ad8989a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chipseq/ccbr_diffbind/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ ENV PATH="/opt2/conda/bin:$PATH"

# install R packages from conda
COPY environment.txt /data2/
RUN mamba install -c conda-forge --file /data2/environment.txt
RUN mamba install -c bioconda -c conda-forge --file /data2/environment.txt
ENV R_LIBS_USER=/opt2/conda/lib/R/library/

# Save Dockerfile in the docker
Expand Down
2 changes: 1 addition & 1 deletion chipseq/ccbr_diffbind/environment.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bioconductor-diffbind=3.10.0
bioconductor-diffbind
r-base=4.3.2
r-DT
r-knitr
Expand Down

0 comments on commit ad8989a

Please sign in to comment.