Skip to content

Commit

Permalink
Add acidbio/bed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshw5 authored May 17, 2022
1 parent b6ca41b commit 15b3754
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,13 @@ jobs:
- name: Run tests
run: pytest --cov=./ --cov-report=xml

- name: Run acidbio BED tests
run: |
git clone https://github.com/mdshw5/acidbio.git
cd acidbio/bed
python3 -m pip install -r requirements.txt
cp config_template.yaml config.yaml
python3 bedrunall.py --tool pyfaidx BED03 ./
- name: Codecov
uses: codecov/[email protected]

0 comments on commit 15b3754

Please sign in to comment.