Skip to content

Commit

Permalink
Up the memory r-hat computations (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonkoehn authored Sep 1, 2023
1 parent 7d8c1e6 commit 21a17b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions workflows/analyze.smk
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ rule calculate_rhats_4chains:
wildcard_constraints:
mutation_data_id = "CS.*",
mcmc_config_id= "MC_(?:(?!/).)+",
resources:
mem_mb=8000
output:
result="{DATADIR}/{experiment}/analysis/rhat/{base_tree_id}/{metric}/rhat4-MCMCseeds_s{mcmc_seed1}_s{mcmc_seed2}_s{mcmc_seed3}_s{mcmc_seed4}-{mutation_data_id}-iTrees_i{init_tree_id1}_i{init_tree_id2}_i{init_tree_id3}_i{init_tree_id4}-{mcmc_config_id}/rhat.json",
run:
Expand Down

0 comments on commit 21a17b0

Please sign in to comment.