Skip to content

Commit

Permalink
🐛 update path to execute run, speed-up
Browse files Browse the repository at this point in the history
- also remove two slowest models
  • Loading branch information
Henry Webel authored May 21, 2024
1 parent abd06fd commit d1ff96e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/workflow_website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@ jobs:
pip install .[docs]
- name: Build imputation comparison website
run: |
pimms-setup-imputation-comparison -f project/runs/dev_dataset_small/proteinGroups_N50/
cd project/runs/dev_dataset_small/proteinGroups_N50/
pimms-setup-imputation-comparison -f runs/alzheimer_study_2023_11_v2/
cd runs/alzheimer_study_2023_11_v2/
sphinx-build -n --keep-going -b html ./ ./_build/
- name: Archive results
uses: actions/upload-artifact@v3
with:
name: example-workflow-results-${{ matrix.os }}
path: project/runs/dev_dataset_small/proteinGroups_N50/_build/
path: runs/alzheimer_study_2023_11_v2/
- name: Publish workflow as website
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: project/runs/dev_dataset_small/proteinGroups_N50/_build/
publish_dir: runs/alzheimer_study_2023_11_v2/_build/
4 changes: 2 additions & 2 deletions project/config/alzheimer_study/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ NAGuideR_methods:
- IRM
- KNN_IMPUTE
- LLS
- MICE-CART
- MICE-NORM
# - MICE-CART > 1h20min on GitHub small runner
# - MICE-NORM ~ 1h on GitHub small runner
- MINDET
- MINIMUM
- MINPROB
Expand Down

0 comments on commit d1ff96e

Please sign in to comment.