Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit 3068198

Browse files
committed
cleaning up lesson check issues
1 parent 02123f1 commit 3068198

File tree

3 files changed

+5
-12
lines changed

3 files changed

+5
-12
lines changed

_episodes/04-patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Finished job 0.
9898
> WorkflowError:
9999
> Target rules may not contain wildcards. Please specify concrete files or a rule without wildcards.
100100
> ~~~
101-
> {:.language-output}
101+
> {:.output}
102102
>
103103
> As the error message indicates, you need to ask for specific files. For example, `snakemake last.dat`.
104104
>

_episodes/08-antiduplication-pattern.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,6 @@ BOOK_FILE = f'{INPUT_DIR}{{book}}.txt'
331331
> * make sure the configuration file name is in the `.gitignore` file (or equivalent).
332332
{:.callout}
333333
334-
{% include links.md %}
334+
[f-string]: https://docs.python.org/3/reference/lexical_analysis.html#f-strings
335335
336-
[f-string]: https://docs.python.org/3/reference/lexical_analysis.html#f-strings
336+
{% include links.md %}

_extras/guide.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,8 @@ details.
2424

2525
## Solution Files
2626

27-
If students get lost, there are hidden Snakefiles in the lesson materials
28-
that students can use as a reference or use for the final "cluster
29-
submission" section.
30-
31-
The files are:
32-
33-
* `.Snakefile-final`: A version of the file that meets requirements of the final episode.
34-
35-
FIXME: add additional files
27+
If students get lost, there are solutions to most episodes in the `.solutions`
28+
directory included in the downloadable files.
3629

3730
## C3DIS 2020 Notes
3831

0 commit comments

Comments
 (0)