Skip to content

Commit

Permalink
Wild guess about using odgi
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Sep 24, 2023
1 parent 65c1c5a commit b26d126
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,12 @@ jobs:
- name: Problem matcher
run: echo '::add-matcher::.github/tap-matcher.json'

- name: Set up slow_odgi tests
- name: Fetch test data
run: make fetch

- name: Set up for slow_odgi tests
run: make slow-odgi-setup
uses: docker://quay.io/biocontainers/odgi

- name: Test slow_odgi
run: make test-slow-odgi

0 comments on commit b26d126

Please sign in to comment.