Skip to content

Commit

Permalink
add train_obs_zip to pyboost in wf (openproblems-bio#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood authored May 20, 2024
1 parent d34d1a6 commit 95eafa1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/task/workflows/run_benchmark/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ workflow run_wf {
jn_ap_op2,
scape,
transformer_ensemble,
pyboost
pyboost.run(
args: [
train_obs_zip: file("s3://openproblems-bio/public/neurips-2023-competition/workflow-resources/resources/neurips-2023-kaggle/train_obs.csv.zip")
]
)
]

// construct list of metrics
Expand Down

0 comments on commit 95eafa1

Please sign in to comment.