Skip to content

Commit

Permalink
override output filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Jun 3, 2024
1 parent d235d51 commit ee60cc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions scripts/run_stability_tw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ publish_dir="s3://openproblems-data/resources/dge_perturbation_prediction/result
cat > /tmp/params.yaml << HERE
id: neurips-2023-data
sc_counts: s3://openproblems-bio/public/neurips-2023-competition/sc_counts_reannotated_with_counts.h5ad
scores: stability_uns.yaml
output_state: "state.yaml"
publish_dir: "$publish_dir"
HERE

Expand Down
2 changes: 1 addition & 1 deletion src/task/workflows/run_stability_analysis/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ functionality:
required: true
direction: output
description: A yaml file containing the scores of each of the methods
default: score_uns.yaml
default: stability_uns.yaml
- name: Arguments
arguments:
- name: "--method_ids"
Expand Down

0 comments on commit ee60cc5

Please sign in to comment.