Skip to content
Roman Chernyatchik edited this page Jul 25, 2019 · 6 revisions

About

Installation

See README.md

Setup Snakemake support

To enable all code insight features (e.g. code completion for directory, touch, etc methods) please configure Python SDK with installed snakemake package. Otherwise you could see errors like:

alt text

In PyCharm:

  • PyCharm | Preferences | Project: | Project Interpreter

    alt text

  • Press gear icon and choose 'Add..'

  • Select Python Interpreter, e.g. Conda Environment | Existing environment | Interpreter: some conda env with snakemake package installed. Press OK.

    alt text

  • Ensure that project interpreter is set. Press OK.

    alt text

  • Wait until indexing and updating python library skeletons has finished

    alt text

Expected Result:

Code completion works for Snakemake specific methods and usages of these methods not highlighted with Unresolved reference error.

alt text

Clone this wiki locally