Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 537 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 537 Bytes

SnakeMake_canvas

This is a SnakeMake canvas that you could use to start to create your SnakeMake. You will need the following components:

  • Rule definitions: each rule defines a step in the workflow
  • Inputs and Outputs: specify the input files required and the output files generated by each rule
  • Commands: commands or scripts to process the input files and produce the outputs
  • Configuration: external configuration file for paths and parameters
  • Resources and Threads: specify computational resources like CPU cores and memory