Open iromeo opened 1 month ago
Example for resource scopes:
resource_scopes:
fake_res="local",
mem_mb="global",
rule a:
resources:
mem_mb=20000,
fake_res=400,
global_res=1000,
runtime=80,
(see https://snakemake.readthedocs.io/en/stable/snakefiles/rules.html#resources-and-remote-execution)
Implement code completion in resources
and resource_scopes
sections
See examples in
https://snakemake.readthedocs.io/en/stable/snakefiles/rules.html#standard-resources
mem
,mem_mb
,mem_mib
, ...disk
,disk_mb
,disk_mib
, ...See datails in https://snakemake.readthedocs.io/en/stable/snakefiles/rules.html#resources