Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add stability analysis #48

Merged
merged 19 commits into from
May 24, 2024
Prev Previous commit
Next Next commit
fix script
  • Loading branch information
rcannood committed May 24, 2024
commit 164c2f5d9299e730dc166904b1a1fa166e12eb3c
6 changes: 1 addition & 5 deletions scripts/run_stability_benchmark_tw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ input_states: s3://openproblems-bio/public/neurips-2023-competition/workflow-res
output_state: "state.yaml"
publish_dir: "$publish_dir"
rename_keys: "de_train:de_train,de_train_h5ad:de_train_h5ad,de_test:de_test,de_test_h5ad:de_test_h5ad,id_map:id_map"
settings:
stability: true
stability_num_replicates: 10
stability_obs_fraction: 0.99
stability_var_fraction: 0.99
settings: '{"stability": true, "stability_obs_fraction": 0.99, "stability_var_fraction": 0.99}'
HERE

tw launch https://github.com/openproblems-bio/task-dge-perturbation-prediction.git \
Expand Down