Add inline comments to snakemake tutorial
Closed this issue · 1 comments
charlesreid1 commented
Currently the snakemake tutorial does not contain any examples of how to include inline comments in a Snakefile. This should be included in the sample Snakefiles to (a) demonstrate/follow our own best practices and (b) make sure learners see how to include comments even if the instructors do not explicitly mention/cover it.
I think it would be useful to demonstrate both kinds of comments: single-line comments starting with #
and multi-line docstring comments starting with """
or '''
.
charlesreid1 commented
Closed with 0a47cc6