Support for Snakemake

已回答

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

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

请先登录再写评论。