File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 25
25
with :
26
26
path : |
27
27
~/.cache/pip
28
- ~/.conda
29
- /opt/conda
28
+ ~/.miniconda3
30
29
key : cache-${{ runner.os }}-${{ hashFiles('requirements.txt') }}
31
30
32
31
- name : Install Mambaforge
55
54
- name : Run benchmark
56
55
shell : bash -l {0}
57
56
run : |
58
- pwd
59
- ls -lah
60
57
echo "y" | ob run benchmark -b Clustering.yaml --local --threads 20 --continue-on-error
61
58
62
59
upload-artifact :
Original file line number Diff line number Diff line change @@ -33,13 +33,15 @@ metric_collectors:
33
33
name : " Biologically-relevant performance metrics gathering and postprocessing."
34
34
software_environment : " R"
35
35
repository :
36
- url : https://github.com/imallona/clustering_report .git
37
- commit : 73e8e49
36
+ url : https://github.com/omnibenchmark-example/metric-collector .git
37
+ commit : 458ab11
38
38
inputs :
39
39
- metrics.scores
40
40
outputs :
41
- - id : report.html
42
- path : " {input}/{name}/plotting_report.html"
41
+ - id : biometrics.report.html
42
+ path : " {input}/{name}/biometrics_report.html"
43
+ - id : biometrics.tsv
44
+ path : " {input}/{name}/biometrics.tsv"
43
45
stages :
44
46
45
47
# # clustbench data ##########################################################
You can’t perform that action at this time.
0 commit comments