From 094a88f0315e31e9cbce634b4c99eef084146256 Mon Sep 17 00:00:00 2001 From: Jalil Nourisa Date: Thu, 19 Sep 2024 16:13:22 +0200 Subject: [PATCH] baseline models are structured. util added:attemp5 --- runs.ipynb | 4 +++- scripts/run_benchmark_all.sh | 4 ++++ src/workflows/run_benchmark/config.vsh.yaml | 8 ++++++++ 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/runs.ipynb b/runs.ipynb index e7a9e2acc..d05c554c6 100644 --- a/runs.ipynb +++ b/runs.ipynb @@ -262,7 +262,9 @@ "execution_count": null, "metadata": {}, "outputs": [], - "source": [] + "source": [ + "\n" + ] }, { "cell_type": "markdown", diff --git a/scripts/run_benchmark_all.sh b/scripts/run_benchmark_all.sh index 5d6615f8f..2e9a6febe 100644 --- a/scripts/run_benchmark_all.sh +++ b/scripts/run_benchmark_all.sh @@ -12,6 +12,8 @@ max_workers=10 layer='scgen_pearson' metric_ids="[regression_1, regression_2]" cell_type_specific=true #for controls +normalize=false +only_hvgs=false # method_ids="[tigress, ennet, scsgl, pidc]" method_ids="[pearson_corr, pearson_causal, positive_control]" @@ -33,6 +35,8 @@ param_list: consensus: ${resources_dir}/prior/consensus-num-regulators.json tf_all: ${resources_dir}/prior/tf_all.csv cell_type_specific: ${cell_type_specific} + normalize: ${normalize} + only_hvgs: ${only_hvgs} output_state: "state.yaml" publish_dir: "$publish_dir" diff --git a/src/workflows/run_benchmark/config.vsh.yaml b/src/workflows/run_benchmark/config.vsh.yaml index 3f0cd257f..ff319a572 100644 --- a/src/workflows/run_benchmark/config.vsh.yaml +++ b/src/workflows/run_benchmark/config.vsh.yaml @@ -54,6 +54,14 @@ functionality: required: false direction: input default: true + - name: --normalize + type: boolean + required: false + direction: input + - name: --only_hvgs + type: boolean + required: false + direction: input - name: Outputs