Skip to content

Commit

Permalink
fix typo in wf (openproblems-bio#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood authored May 21, 2024
1 parent 95eafa1 commit 449e07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/task/workflows/run_benchmark/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ workflow run_wf {
transformer_ensemble,
pyboost.run(
args: [
train_obs_zip: file("s3://openproblems-bio/public/neurips-2023-competition/workflow-resources/resources/neurips-2023-kaggle/train_obs.csv.zip")
train_obs_zip: file("s3://openproblems-bio/public/neurips-2023-competition/workflow-resources/neurips-2023-kaggle/train_obs.csv.zip")
]
)
]
Expand Down

0 comments on commit 449e07e

Please sign in to comment.