Skip to content

Commit

Permalink
Add scGPT to benchmark workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lazappi committed Nov 5, 2024
1 parent 1241309 commit c4dfc2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/workflows/run_benchmark/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ dependencies:
- name: methods/scanorama
- name: methods/scanvi
- name: methods/scimilarity
- name: methods/scgpt
- name: methods/scvi
# metrics
- name: metrics/asw_batch
Expand Down
1 change: 1 addition & 0 deletions src/workflows/run_benchmark/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ methods = [
scimilarity.run(
args: [model: file("s3://openproblems-work/cache/scimilarity-model_v1.1.tar.gz")]
),
scgpt,
scvi
]

Expand Down

0 comments on commit c4dfc2f

Please sign in to comment.