-
Notifications
You must be signed in to change notification settings - Fork 634
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Testing how the latest version handles my current workflows, this introduces breaking changes on how the dynamic resources are handled. Those are not expected in a patch release.
In a workflow profile, I have the following setup :
set-resources:
whatshap_phase:
mem_mb: 3*1024 + input.size_mbUsing snakemake=9.16.3, this raises :
Error:
ResourceConversionError: Resource 'mem_mb' assigned callable that returned '<TBD>' (type <class 'snakemake.common.tbdstring.TBDString'>). Must return an int or float for unit conversion.
I consider this a regression, and invalidates the documentation here : https://snakemake.readthedocs.io/en/stable/executing/cli.html#executing-profiles
Additional context : #3421 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done