Skip to content

Commit

Permalink
Add qvalue package
Browse files Browse the repository at this point in the history
  • Loading branch information
metehaansever authored Nov 6, 2024
1 parent ebe2fe4 commit 13eecce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/daily-component-tests-and-migrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
activate-environment: anvio_env
environment-file: .conda/environment.yaml
python-version: ${{ matrix.python-version }}
- name: "Install Bioconductor qvalue package for R"
shell: bash -l {0}
run: |
Rscript -e 'install.packages("BiocManager", repos="https://cran.rstudio.com"); BiocManager::install("qvalue")'
- name: "Conda environment summary"
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 13eecce

Please sign in to comment.