Skip to content

Commit 652c8ee

Browse files
committed
Add a note about the Snakemake extension for IDE
1 parent ca097c0 commit 652c8ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

e2e-testing/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ snakemake -s snakefiles/<pipeline_name>.smk --delete-all-output <rule_name>
163163
- If you are new to Snakemake, the [Snakemake documentation](https://snakemake.readthedocs.io/en/stable/) is an excellent place to start.
164164
- Snakemake allows us to define rules that specify how to build or process files and manage dependencies in a declarative way.
165165
- Comparing to Makefile, Snakemake has friendlier syntax and more powerful features such as DAGs visualization, effective parallel execution, modularization, built-in message printing and parameters definition.
166+
- In order to have a better experience writing Snakemake, it's recommended to use Snakemake extension for IDE. E.g. [extension for VSCode](https://marketplace.visualstudio.com/items?itemName=Snakemake.snakemake-lang).
166167

167168
### Structure of the Snakefiles
168169

0 commit comments

Comments
 (0)