Skip to content

Commit

Permalink
add negative control
Browse files Browse the repository at this point in the history
  • Loading branch information
sainirmayi committed Aug 5, 2024
1 parent 74818c8 commit 2f6fcdb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN_ID="run_$(date +%Y-%m-%d_%H-%M-%S)"
publish_dir="s3://openproblems-data/resources/spatially_variable_genes/results/${RUN_ID}"

cat > /tmp/params.yaml << HERE
input_states: s3://openproblems-data/resources/spatially_variable_genes/datasets/spatial_10x_xenium/**/state.yaml
input_states: s3://openproblems-data/resources/spatially_variable_genes/datasets/**/state.yaml
rename_keys: 'input_dataset:output_dataset,input_solution:output_solution'
output_state: "state.yaml"
publish_dir: "$publish_dir"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ functionality:
dependencies:
- name: common/check_dataset_schema
- name: common/extract_metadata
- name: spatially_variable_genes/control_methods/random_ranking
- name: spatially_variable_genes/control_methods/true_ranking
- name: spatially_variable_genes/methods/boostgp
- name: spatially_variable_genes/methods/gpcounts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ workflow run_wf {

// construct list of methods
methods = [
random_ranking,
true_ranking,
boostgp,
gpcounts,
Expand Down

0 comments on commit 2f6fcdb

Please sign in to comment.