Support for Snakemake

Answered

Hello,

We are a team of software developers working mainly with Python. We are also building Bioinformatics pipelines using Snakemake. See doc here:

https://snakemake.readthedocs.io/en/stable/

Do you have any plans to add support for Snakemake - syntax comprehension, highlighting - as in "regular" python?

If not, is there perhaps an easy way to set up some syntax highlighting on my own quickly?

Thanks

1
3 comments

Hello,
> Do you have any plans to add support for Snakemake

We don't have such plans yet. Please feel free to file a feature request about it to Pycharm issue tracker: https://youtrack.jetbrains.com/issues/PY.

> is there perhaps an easy way to set up some syntax highlighting on my own quickly?
You can add syntax highlighting by importing a corresponding TextMate bundle to PyCharm (https://www.jetbrains.com/help/pycharm/using-textmate-bundles.html) or by registering a new file type and adding the corresponding syntax highlighting rules (https://www.jetbrains.com/help/pycharm/creating-and-registering-file-types.html).

0
Avatar
Permanently deleted user
0

Snakemake support is available via SnakeCharm plugin, see https://plugins.jetbrains.com/plugin/11947-snakecharm

0

Please sign in to leave a comment.