Skip to content

Commit

Permalink
use umccr conda channel
Browse files Browse the repository at this point in the history
  • Loading branch information
pdiakumis committed Nov 18, 2023
1 parent 1cb99cd commit 1549bc9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda_docker_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
environment-file: ${{ env.env_yaml_path }}/condabuild.yaml
- name: 🐍 Conda pkg build and upload
run: |
conda mambabuild ${recipe_path} --token ${atoken}
conda mambabuild ${recipe_path} -c umccr -c conda-forge -c bioconda --token ${atoken}
- name: 🔒 Conda lock
run: |
# 1. generate a combined lock file
Expand Down
12 changes: 6 additions & 6 deletions deploy/conda/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ requirements:
- r-ggforce
- r-ggplot2
- r-glue
- r-gpgr
- umccr::r-gpgr
- r-htmltools
- r-htmlwidgets
- r-knitr
- bioconductor-limma ==3.50.1
- r-manhattanly # grab for R v4.1 from umccr
- umccr::r-manhattanly # grab for R v4.1 from umccr
- r-matrixstats ==0.61.0
- r-optparse
- r-pdftools
Expand All @@ -48,7 +48,7 @@ requirements:
- r-readr
- r-rlang
- r-rmarkdown
- r-rnasum.data
- umccr::r-rnasum.data
- r-scales
- r-sessioninfo
- r-stringr
Expand All @@ -71,12 +71,12 @@ requirements:
- r-ggforce
- r-ggplot2
- r-glue
- r-gpgr
- umccr::r-gpgr
- r-htmltools
- r-htmlwidgets
- r-knitr
- bioconductor-limma ==3.50.1
- r-manhattanly # grab for R v4.1 from umccr
- umccr::r-manhattanly # grab for R v4.1 from umccr
- r-matrixstats ==0.61.0
- r-optparse
- r-pdftools
Expand All @@ -88,7 +88,7 @@ requirements:
- r-readr
- r-rlang
- r-rmarkdown
- r-rnasum.data
- umccr::r-rnasum.data
- r-scales
- r-sessioninfo
- r-stringr
Expand Down

0 comments on commit 1549bc9

Please sign in to comment.