Skip to content

Commit

Permalink
Add model location to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiWaldrant committed May 8, 2024
1 parent da55084 commit 63b912c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/tasks/batch_integration/workflows/run_benchmark/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ workflow run_wf {
scanorama_feature,
scanvi,
scvi,
scgpt_embedding,
scgpt_embedding.run(
args : [model: "s3://openproblems-data/resources/foundation_models/scgpt/scGPT_human/best_model.pt", model_config: "s3://openproblems-data/resources/foundation_models/scgpt/scGPT_human/args.json", model_vocab: "s3://openproblems-data/resources/foundation_models/scgpt/scGPT_human/vocab.json"]
),
no_integration_batch,
random_embed_cell,
random_embed_cell_jitter,
Expand Down

0 comments on commit 63b912c

Please sign in to comment.