Closed iromeo closed 1 month ago
Deprecated features include are:
version [5.11.0] deprecates singularity
keyword
version [5.4.0] deprecates dynamic
keyword
version [8.0.0] removes dynamic
, version
, subworkflow
keywords
Examples:
Examples:
Snakemake Language Version could be configured in PyCharm Settings | Languages and Frameworks | Snakemake
Snakemake API description is bunded in plugin and could be found in extra/snakemake_api.yaml
file in pluign folder
E.g.:
dynamic
will not be available after 7.32.4 (see https://github.com/snakemake/snakemake/commit/b69786cd2ac054bc227e008267e163070e1cecde#diff-a4bcd796d9ae03f8be3597dd3f85b5ac873f52efc71b3d0790cfb566d9725330). Review #396 and #397