Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions code/examples/input_output.megahit/Snakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# targets: -n

# ANCHOR: content

rule all:
input:
"assembly_out"
Expand Down
2 changes: 1 addition & 1 deletion src/beginner+/input-and-output-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ reads. Consider the following Snakefile:
../../code/examples/input_output.megahit/Snakefile:content}}
```

n the shell command here, we need to supply the input reads as two
In the shell command here, we need to supply the input reads as two
separate files, with `-1` before one and `-2` before the second. As a
bonus the resulting shell command is very readable!

Expand Down