Alex Leonard

Results 33 comments of Alex Leonard

This looks really great, any chance of getting this integrated soon? I was particularly thinking of this in combination with modules, where I may want to bind in one set...

Yeah this would already be a huge improvement. In an ideal world. perhaps the "image" tag would also be exposable to the lambda pattern like other input/output. Something like ```...

Actually it may be more in keeping with the meaning of `--notemp` to reverse the logic, and *not delete* files which have a threshold set below the user provided value....

Can extend this to also include `--delete-temp-output` to have a user set level. The main issue is now `--notemp` (and maybe later `--delete-temp-output`) want to take an argument, so previous...

May be overcomplicating, but it was also possible to extend `--nt` as a parameter accepting 0 or more arguments. The logic would then be as follows - empty case: `--nt...

Thanks for the feedback @cbp44, the comments are fair enough. Can clean this up with a new parameter and straightening out the code. For specific points > You defined and...

That sounds quite similar to the [job grouping feature](https://snakemake.readthedocs.io/en/stable/executing/grouping.html). It may not be as nuanced as you want, but it is a pretty straightforward way to bundle together many small...

From experience, if you run 10 tasks in the same group, setting `--group-components mygroup=5` would launch 2 unique jobs, `--group-components mygroup=10` would only launch a single unique job. The resources...

This looks to be resolved now (potentially needing a comment from #3356 regarding the `--request XG`). It took a fair bit of issue trawling to find this, so might be...

For the new LISA branch, this seems to require 2 changes, at least for gcc 12.1. The above change (`#if defined(__GNUC__) && __GNUC__ < 11 && !defined(__clang__)`) except now here...