Skip to content

Commit

Permalink
Install multiqc for the GH tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DonFreed committed Sep 30, 2024
1 parent ee26dea commit 2a76d32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
run: |
sudo curl -L -o /usr/local/bin/mosdepth "https://github.com/brentp/mosdepth/releases/download/v0.3.8/mosdepth"
sudo chmod ugo+x /usr/local/bin/mosdepth
- name: Install multiqc
run: |
pip install multiqc
- name: Install sentieon
run: |
curl -L https://s3.amazonaws.com/sentieon-release/software/sentieon-genomics-$SENTIEON_VERSION.tar.gz | tar -zxf -
Expand Down

0 comments on commit 2a76d32

Please sign in to comment.