Skip to content

Commit

Permalink
docs: markdown wasn't working
Browse files Browse the repository at this point in the history
  • Loading branch information
philtweir committed Oct 22, 2024
1 parent f60f455 commit f76e0eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/renderer_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Before writing any code, it is essential to fully understand the target workflow
### Example:

In Snakemake, a workflow task is generally created by:

1. Defining the task. - `rule process_data`
2. Defining the input required for the rule to run(dependencies). - `input: "data/raw_data.txt"`
3. Defining the output required for the rule to be considered finished. - `output: "data/processed_data.txt"`
Expand Down

0 comments on commit f76e0eb

Please sign in to comment.