Skip to content

Commit

Permalink
Fixing the tests - adding samtools to the conda environment seems to …
Browse files Browse the repository at this point in the history
…make pysam functional again
  • Loading branch information
lucventurini committed Apr 1, 2021
1 parent 72c718e commit 373fc95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
run: |
gcc --help
pip install -r requirements.txt
python -c "import pysam; print(pysam.__version__)"
pip install Cython pytest-cov
python setup.py develop
- name: Test light
Expand Down
2 changes: 2 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ dependencies:
- pandas>=1.0
- pip
- pyfaidx>=0.5.8
- samtools>=1.11
- htslib>=1.11
- pysam>=0.15.3
- defaults::python>=3.6
- pyyaml>=5.1.2
Expand Down

0 comments on commit 373fc95

Please sign in to comment.