Skip to content

Commit

Permalink
Update script.R
Browse files Browse the repository at this point in the history
  • Loading branch information
littlecabiria committed Nov 22, 2024
1 parent 84f5809 commit 9cd8678
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/metrics/ks_statistic_sc_features/script.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ lapply(packages, library, character.only = TRUE)

## VIASH START
par <- list(
input_spatial_dataset = "temp_pdac.positive.ks_statistic_sc_features/_viash_par/input_spatial_dataset_1/output_sp.h5ad",
input_singlecell_dataset = "temp_pdac.positive.ks_statistic_sc_features/_viash_par/input_singlecell_dataset_1/output_sc.h5ad",
input_simulated_dataset = "temp_pdac.positive.ks_statistic_sc_features/_viash_par/input_simulated_dataset_1/pdac.positive.generate_sim_spatialcluster.output_sp.h5ad",
output = "output.h5ad"
input_spatial_dataset = "resources_test/spatialsimbench_mobnew/dataset_sp.h5ad",
input_singlecell_dataset = "resources_test/spatialsimbench_mobnew/dataset_sc.h5ad",
input_simulated_dataset = "resources_test/spatialsimbench_mobnew/simulated_dataset.h5ad", output = "output.h5ad"
)
meta <- list(
name = "ks_statistic",
Expand Down

0 comments on commit 9cd8678

Please sign in to comment.