Skip to content

Commit

Permalink
Adding download mode to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tjakobi committed Apr 22, 2024
1 parent bb954a3 commit 1ccfa75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run_circhemy_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
run: |
circhemy --version
which circhemy
- name: Download circhemy database
run: |
circhemy download
- name: Running circhemy convert test
run: |
cat `python3 -c "import site; print(site.getsitepackages()[0])"`/circhemy/data/circhemy_query.results | circhemy convert -q STDIN -i circBase -o CircAtlas2 circBase Genome > convert_output
Expand Down

0 comments on commit 1ccfa75

Please sign in to comment.