Skip to content

feat: add a short example of using grep on a non-N string and showing grep -c#365

Merged
TaylorKT merged 1 commit intomainfrom
clarification/grep_example
May 30, 2025
Merged

feat: add a short example of using grep on a non-N string and showing grep -c#365
TaylorKT merged 1 commit intomainfrom
clarification/grep_example

Conversation

@ameynert
Copy link
Contributor

Closes #314

Adds a short example of using grep with a non-N string and introduces grep -c.

@github-actions
Copy link

github-actions bot commented May 23, 2025

Thank you!

Thank you for your pull request 😃

🤖 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:

  • 🎯 correct output
  • 🖼️ correct figures
  • ❓ new warnings
  • ‼️ new errors

Rendered Changes

🔍 Inspect the changes: https://github.com/datacarpentry/shell-genomics/compare/md-outputs..md-outputs-PR-365

The following changes were observed in the rendered markdown documents:

 04-redirection.md | 13 +++++++++++++
 md5sum.txt        |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)
What does this mean?

If you have source files that require output and figures to be generated (e.g. R Markdown), then it is important to make sure the generated figures and output are reproducible.

This output provides a way for you to inspect the output in a diff-friendly manner so that it's easy to see the changes that occur due to new software versions or randomisation.

⏱️ Updated at 2025-05-23 16:59:08 +0000

github-actions bot pushed a commit that referenced this pull request May 23, 2025
Copy link
Contributor

@TaylorKT TaylorKT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a great addition!

@TaylorKT TaylorKT merged commit 7235863 into main May 30, 2025
3 checks passed
@TaylorKT TaylorKT deleted the clarification/grep_example branch May 30, 2025 17:54
github-actions bot pushed a commit that referenced this pull request May 30, 2025
Auto-generated via `{sandpaper}`
Source  : 7235863
Branch  : main
Author  : Kate Taylor <156236911+TaylorKT@users.noreply.github.com>
Time    : 2025-05-30 17:54:34 +0000
Message : Merge pull request #365 from datacarpentry/clarification/grep_example

feat: add a short example of using grep on a non-N string and showing `grep -c`
github-actions bot pushed a commit that referenced this pull request May 30, 2025
Auto-generated via `{sandpaper}`
Source  : 1789c5a
Branch  : md-outputs
Author  : GitHub Actions <actions@github.com>
Time    : 2025-05-30 17:55:17 +0000
Message : markdown source builds

Auto-generated via `{sandpaper}`
Source  : 7235863
Branch  : main
Author  : Kate Taylor <156236911+TaylorKT@users.noreply.github.com>
Time    : 2025-05-30 17:54:34 +0000
Message : Merge pull request #365 from datacarpentry/clarification/grep_example

feat: add a short example of using grep on a non-N string and showing `grep -c`
github-actions bot pushed a commit that referenced this pull request Jun 3, 2025
Auto-generated via `{sandpaper}`
Source  : 1789c5a
Branch  : md-outputs
Author  : GitHub Actions <actions@github.com>
Time    : 2025-05-30 17:55:17 +0000
Message : markdown source builds

Auto-generated via `{sandpaper}`
Source  : 7235863
Branch  : main
Author  : Kate Taylor <156236911+TaylorKT@users.noreply.github.com>
Time    : 2025-05-30 17:54:34 +0000
Message : Merge pull request #365 from datacarpentry/clarification/grep_example

feat: add a short example of using grep on a non-N string and showing `grep -c`
github-actions bot pushed a commit that referenced this pull request Jun 10, 2025
Auto-generated via `{sandpaper}`
Source  : 1789c5a
Branch  : md-outputs
Author  : GitHub Actions <actions@github.com>
Time    : 2025-05-30 17:55:17 +0000
Message : markdown source builds

Auto-generated via `{sandpaper}`
Source  : 7235863
Branch  : main
Author  : Kate Taylor <156236911+TaylorKT@users.noreply.github.com>
Time    : 2025-05-30 17:54:34 +0000
Message : Merge pull request #365 from datacarpentry/clarification/grep_example

feat: add a short example of using grep on a non-N string and showing `grep -c`
github-actions bot pushed a commit that referenced this pull request Jun 17, 2025
Auto-generated via `{sandpaper}`
Source  : 1789c5a
Branch  : md-outputs
Author  : GitHub Actions <actions@github.com>
Time    : 2025-05-30 17:55:17 +0000
Message : markdown source builds

Auto-generated via `{sandpaper}`
Source  : 7235863
Branch  : main
Author  : Kate Taylor <156236911+TaylorKT@users.noreply.github.com>
Time    : 2025-05-30 17:54:34 +0000
Message : Merge pull request #365 from datacarpentry/clarification/grep_example

feat: add a short example of using grep on a non-N string and showing `grep -c`
github-actions bot pushed a commit that referenced this pull request Jun 24, 2025
Auto-generated via `{sandpaper}`
Source  : 1789c5a
Branch  : md-outputs
Author  : GitHub Actions <actions@github.com>
Time    : 2025-05-30 17:55:17 +0000
Message : markdown source builds

Auto-generated via `{sandpaper}`
Source  : 7235863
Branch  : main
Author  : Kate Taylor <156236911+TaylorKT@users.noreply.github.com>
Time    : 2025-05-30 17:54:34 +0000
Message : Merge pull request #365 from datacarpentry/clarification/grep_example

feat: add a short example of using grep on a non-N string and showing `grep -c`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Redirection - Adding an example before determining read quality

2 participants