Skip to content

Commit

Permalink
Glitches
Browse files Browse the repository at this point in the history
Signed-off-by: Liang Zhang <[email protected]>
  • Loading branch information
psychelzh committed Mar 1, 2024
1 parent 7d1334e commit e0a12f1
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions _scripts/predict_phenotypes.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,15 @@ cpm_branches <- tarchetypes::tar_map(
)

cpm_branches_perms <- tarchetypes::tar_map(
dplyr::filter(
config_cpm,
task %in% c("am", "wm"),
thresh_method == "alpha",
thresh_level == 0.01
),
tidyr::expand_grid(
config_cpm_data,
hypers_cpm
) |>
dplyr::filter(
task %in% c("am", "wm"),
thresh_method == "alpha",
thresh_level == 0.01
),
names = !c(file_fc, fd),
tarchetypes::tar_rep(
cpm_result_perm,
Expand Down

0 comments on commit e0a12f1

Please sign in to comment.