Skip to content

Commit

Permalink
add bedtools to the conda list
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Oct 18, 2021
1 parent 7e37424 commit b8151fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: conda
run: |
conda install -c conda-forge --quiet mamba python=${{ matrix.python }}
mamba install -c bioconda -c conda-forge --quiet -y bowtie samtools bamtools pigz
mamba install -c bioconda -c conda-forge --quiet -y bowtie samtools bamtools pigz bedtools
- name: Install dependencies
run: |
Expand Down

0 comments on commit b8151fc

Please sign in to comment.