Closed ErinBecker closed 3 months ago
Thank you for your pull request :smiley:
:robot: This automated message can help you check the rendered files in your submission for clarity. If you have any questions, please feel free to open an issue in {sandpaper}.
If you have files that automatically render output (e.g. R Markdown), then you should check for the following:
:mag: Inspect the changes: https://github.com/datacarpentry/wrangling-genomics/compare/md-outputs..md-outputs-PR-255
The following changes were observed in the rendered markdown documents:
05-automation.md | 1 +
md5sum.txt | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
:stopwatch: Updated at 2024-06-14 19:15:06 +0000
This looks good. Thanks @ErinBecker for your recommendation!
The
read_qc.sh
script is inconsistent in creating new directories. Before creating theresults/fastqc_untrimmed_reads
directory, there is a note that says:But then the last line in the script cats the summaries to a new file within the
/docs/
directory without first creating that directory. This will run without error for most learners, if they have been following along with the materials, but will fail if someone is using the script independently of the lesson. This PR adds a command to create that/docs/
directory, to be on the safe side and consistent with advice earlier in the episode.