-
Notifications
You must be signed in to change notification settings - Fork 1
Update to add several fixes (seeds, updated environments) and metric collection plots (from Mark) #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Update to add several fixes (seeds, updated environments) and metric collection plots (from Mark) #30
Changes from 19 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
e0989fb
feat: integrate dev branch and update software environments (#25)
btraven00 fb5c156
Merge Ben's
imallona 5e4ecc8
Add a baseline to start incorporating stuff from #25 sequentially
imallona 2596432
Remove benchmark.yml action
imallona fbfb33a
Bring the Clustering example back and the original README; reduce mic…
imallona b547540
Update singularity recipe (unpinned version)
imallona 3f7bfa6
Attempt to simplify to tiny conda + ORAS, only
imallona b3cbbf9
Fix yml path
imallona 24fd20a
miniforge/micromamba gh to workflow dispatch and scheduled; draft app…
imallona 643d4ea
Fix backend
imallona 93840c4
Install argparse in oras fcps, reduce benchmark scope
imallona 341a46a
fix conda
imallona 0d198bc
Start updating Mark's report
imallona 5ae996f
Upgrade metric report to Mark's https://github.com/imallona/clusterin…
imallona d99e01a
Add seed to FCPS
imallona 84e7185
FCPS seeds again
imallona 7c68296
Add integrative report (Mark's derivative), space timestamps
imallona 3a19f95
Attempting to make BioC 2.21 repro rmarkdown ebs; but still we can do…
imallona d44971e
Update FCPS easyconfig so it's able to render the metric collector
imallona 059753e
Fix oras ci/cd grid and schedule it; doc the Makefile
imallona c641603
Align to https://github.com/imallona/clustering_report/commit/acc4d7c…
imallona 873be9f
Add seeds as params to FCPS https://github.com/imallona/clustbench_fc…
imallona 91a821c
Remove nondeterministic Hardcl and Softcl
imallona a88325d
Remove unused yamls
imallona d414d26
Bring Hardcl and Softcl back, fixed within run_fcps
imallona 9f733bd
Update genieclust checksum (easyconfig)
imallona 65262c9
Pin fcps conda versions
imallona dab8639
Upgrade clustbench and genieclust to v1.6, simplify
imallona 90ecaa1
Switch to run_omnibenchmark as action handler
imallona e1413ff
Bring back the old ORAS workflow, to check whether there is a problem…
imallona 7dbb9b1
Pin pydantic-core version on apptainer
imallona 6f14c91
Track old workflows, test dev
imallona 057c248
Move graph sources from CRAN to bioC (they moved the package)
imallona 7a6b280
Switch to quay.io/omnibenchmark/fcps:0.1.2 for fcps
imallona 1209b48
Update FCPS apptainer recipe and switch to the matching ORAS'; minor …
imallona 0e3338e
Use run_omnibenchmark@main action
imallona File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
name: oras | ||
# concurrency: | ||
# group: ${{ github.head_ref || github.run_id }} | ||
# cancel-in-progress: true | ||
|
||
on: | ||
pull_request: | ||
workflow_dispatch: | ||
schedule: | ||
- cron: "30 1 * * *" # at 1.30am | ||
## these permissions are only for deployment to gh pages | ||
# permissions: | ||
# id-token: write | ||
# pages: write | ||
|
||
jobs: | ||
run-benchmark-oras: | ||
name: run_clustbench_oras | ||
runs-on: ubuntu-latest | ||
# runs-on: self-hosted | ||
strategy: | ||
matrix: | ||
ob_branch: [main] | ||
fail-fast: false | ||
concurrency: | ||
group: oras-${{ matrix.micromamba-version }}-${{ matrix.ob_branch }} | ||
cancel-in-progress: false # true | ||
steps: | ||
- name: Check out repository | ||
uses: actions/checkout@v4 | ||
|
||
- uses: eWaterCycle/setup-apptainer@v2 | ||
with: | ||
apptainer-version: 1.4.0 | ||
|
||
- name: Install ob (with) micromamba | ||
uses: mamba-org/setup-micromamba@v2 | ||
with: | ||
cache-environment: false # true | ||
micromamba-version: ${{ matrix.micromamba-version }} | ||
download-micromamba: true | ||
micromamba-binary-path: ${{ runner.temp }}/bin/micromamba-${{ matrix.micromamba-version }}/micromamba | ||
environment-name: test-env-${{matrix.ob_branch }}-${{ matrix.micromamba-version }} | ||
create-args: >- | ||
python=3.12 | ||
pip | ||
conda | ||
post-cleanup: environment # all | ||
|
||
- name: Overwrite omnibenchmark CLI to branch | ||
shell: bash -l {0} | ||
run: | | ||
micromamba --version | ||
pip install git+https://github.com/omnibenchmark/omnibenchmark.git@${{ matrix.ob_branch }} | ||
|
||
- name: Run benchmark | ||
shell: bash -l {0} | ||
run: | | ||
ob run benchmark -b Clustering_oras.yml --local --cores 10 --yes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# image build artifacts | ||
envs/*.sif | ||
|
||
# snakemake | ||
snakemake.log | ||
.snakemake/ | ||
|
||
# vim swaps | ||
*.swp | ||
*.swo |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.