Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alxsimon committed Dec 11, 2023
1 parent 0cafbbb commit a07b266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/simulations.smk
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ rule sim_slim_bgs_high_sampling_freq:
n_sample = 50,
sampling_times = lambda w: f"c({','.join([str(x) for x in list(range(0, 201, 1))[::-1]])})",
U = 1,
s = 0.1,
s = 0.1, # made negative in slim script
resources:
mem_mb = 9_000,
log:
Expand Down

0 comments on commit a07b266

Please sign in to comment.