Skip to content

Commit

Permalink
download test dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
caic99 committed Feb 22, 2024
1 parent c8496d5 commit 444f553
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
- name: Install requirements
run: pip install -r requirements.txt
run: pip install -r scripts/requirements.txt
- name: Download test data
run: |
cd data/virtual_screening/GBA
wget -i inactives.sdf.zip.txt -O inactives.sdf.zip
gunzip inactives.sdf.zip
- name: Run benchmarks
run: |
python test_molecular_docking.py
Expand Down

0 comments on commit 444f553

Please sign in to comment.