Skip to content

Commit

Permalink
Change bowtie2 version to make it work.
Browse files Browse the repository at this point in the history
  • Loading branch information
ABignaud committed Jul 8, 2022
1 parent a810b74 commit aa2476b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
conda config --add channels bioconda
conda install -c conda-forge python=3.9 minimap2 bowtie2 bwa samtools htslib pysam pytest pytest-cov pylint codecov mappy
conda install -c conda-forge python=3.9 minimap2 bowtie2=2.4.5 bwa samtools htslib pysam pytest pytest-cov pylint codecov mappy
pip install -Ur requirements.txt
pip install cooler pytest-pylint
- name: Lint and test
Expand Down

0 comments on commit aa2476b

Please sign in to comment.