From fc8f20bdfeeb94763ace6de28c3e0226576a6a73 Mon Sep 17 00:00:00 2001 From: bio-la Date: Tue, 19 Mar 2024 16:24:00 +0100 Subject: [PATCH] fixed pipeline --- tests/integration_2/pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/integration_2/pipeline.yml b/tests/integration_2/pipeline.yml index 136f5961..ce1a95b7 100644 --- a/tests/integration_2/pipeline.yml +++ b/tests/integration_2/pipeline.yml @@ -40,7 +40,7 @@ preprocessed_obj: teaseq.h5mu # unimodal: correct each modality independently rna: # True or false depending on whether you want to run batch correction - run: False + run: True # what method(s) to use to run batch correction, you can specify multiple # choices: harmony,bbknn,scanorama,scvi (comma-seprated string, no spaces) tools: harmony,scvi @@ -151,7 +151,7 @@ prot: #-------------------------- atac: # True or false depending on whether you want to run batch correction - run: True + run: False # which dimensionality reduction to expect, LSI or PCA dimred: LSI # what method(s) to use to run batch correction, you can specify multiple @@ -228,7 +228,7 @@ multimodal: model_args: latent_distribution: "normal" training_args: - max_epochs: 100 + max_epochs: 40 train_size: 0.9 early_stopping: True training_plan: None