Skip to content

Commit

Permalink
more time for stairway plot
Browse files Browse the repository at this point in the history
  • Loading branch information
silastittes committed Jul 1, 2024
1 parent 720a4c7 commit 3148cb7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions workflows/n_t.snake
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ rule run_stairwayplot:
output_dir + "/inference/{demog}/stairwayplot/{dfes}/{annots}/{seeds}/{pops}/stairwayplot_estimated_Ne.txt"
threads: 20
resources:
time = 1_000,
time = 2_000,
mem_mb=120_000,
run:
inputs = expand(
Expand Down Expand Up @@ -317,7 +317,8 @@ rule ts_to_multihep:
output_dir + "/simulated_data/{demog}/{dfes}/{annots}/{seeds}/sim_{chrms}.trees"
output:
output_dir + "/inference/{demog}/msmc/{dfes}/{annots}/{seeds}/{pops}/{chrms}.trees.multihep.txt"

resources:
time=2_000,
run:
print(input[0], num_sampled_genomes_msmc, mask_file)
if wildcards.annots == "none" or msmc_mask == "none":
Expand Down

0 comments on commit 3148cb7

Please sign in to comment.