Roman Chernyatchik
Roman Chernyatchik
``` module mod1: snakefile: "module1/Snakefile" prefix: "test/" use rule * from mod1 as mod1_* rule all: input: rules.mod1_all.input, default_target: True ``` and `module1` ``` def txt_output(wildcards): return ["results/C.txt"] rule all:...
See examples in `https://snakemake.readthedocs.io/en/stable/snakefiles/rules.html#standard-resources` * `mem`, `mem_mb`, `mem_mib`, ... * `disk`, `disk_mb`, `disk_mib`, ... * tmp_dir * runtime See datails in https://snakemake.readthedocs.io/en/stable/snakefiles/rules.html#resources
``` module M: snakefile: "boo.smk" replace_prefix: { 'boo/doo/' : 'boo_m/doo_m/', 'boo/out' : 'boo_m/out_m/' } use rule * from M ``` Snakemake `snakemake --snakefile foo.smk -c1 -n` fails with: ``` SyntaxError...
The panel is created from ETD and shown in a modal dialogue. It also should show all PythonSDKs. Current API doesn't allow to precompute list of SDKs before panel creation....
Rewrite `ImplicitPySymbolsProvider.onChange()` to get rid of the deprecated pattern that uses ` SlowOperations.startSection` (and `SlowOperations.knownIssue`)