0.11.0.411
Version 0.11.0 build #0.11.0.411
Released on April 24th 2021
NB: Now Snakemake support is enabled only if Snakemake framework support is selected in
- PyCharm:
Settings | Languages & Frameworks | Snakemake | Enable Snakemake Support
- IDEA: Add
Snakemake
facet
It is possible to use different Python Interpreters for your project and for Snakemake features.
E.g. you could have a conda environment with all packages required for scripts used in rules, but
without snakemake module itself.
Features:
- Support PyCharm 2021.1 build (see #350)
- Snakemake Support Settings page (see #346)
- Support any section names syntax in rules, checkpoints, subworkflows (see #334)
- Support
name:
section argument syntax (see #351) - Experimental wrappers smart features (thanks to @SimonTsirikov for help):
Fixed:
- Inspection marks 'rules.' as unresolved in snakemake >= 6.1 (see #352)
Inspections:
- Weak warning about sections which are not recognized by SnakeCharm (see #334)
Wrappers base rules: completion for keyword arguments in rule sections: