Skip to content

Commit

Permalink
fixed pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
bio-la committed Mar 19, 2024
1 parent ab93d9b commit fc8f20b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/integration_2/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit fc8f20b

Please sign in to comment.