Snakemake Cheat-SheetΒΆ
Feature |
Status |
---|---|
|
β |
Python |
β auto-script |
Wildcards |
β |
|
β mapped |
GPU resources |
β mapped |
|
β builds or reuse |
|
β Docker/Singularity |
Checkpoints |
π§ partial (static graph only) |
Dynamic rules |
β unsupported |
Supported directivesΒΆ
threads
,resources
,envmodules
,params
,input
/output
,benchmark
,log
.
UnsupportedΒΆ
pipe()
,dynamic()
,shadow
, modules.