shell-genomics icon indicating copy to clipboard operation
shell-genomics copied to clipboard

Introduction to the Command Line for Genomics

Results 42 shell-genomics issues
Sort by recently updated
recently updated
newest added

typo Please delete the text below before submitting your contribution.

I'm trying to run this lesson with the data files downloaded from FigShare. In the [Redirection](https://datacarpentry.org/shell-genomics/04-redirection/index.html), lesson, the output of ``` grep -B1 -A2 NNNNNNNNNN SRR098026.fastq > bad_reads.txt wc -l...

Adding in missing '$' symbol for the prompt

This callout box was not rendering properly. Think because it was a level one heading. This commit makes it a level 2 heading instead.

I adjusted the hyperlink text to match the title of the webpage of the link --- Thanks for contributing! If this contribution is for instructor training, please send an email...

In the "Command History" section where some useful shortcuts are introduced, I think it can be helpful to add a sentence explaining what the Ctrl+R shortcut does. For example, it...

In the section for documenting your work, the following code is run ``` history | tail -n 7 ``` The output is 651 mkdir dc_workshop 652 mkdir dc_workshop/docs 653 mkdir...

I've noticed there are some inconsistencies in the instructions for Windows users across the course around the usage of GitBash/PuTTY. On the setup page, Git Bash is now the first...

The output displayed is incorrect as seen here; First, let's look at the current permissions. $ ls -l bad-reads-script.sh {: .bash} -rw-rw-r-- 1 dcuser dcuser 0 Oct 25 21:46 bad-reads-script.sh...

Added the definition of `PS1` which has not been defined under the 'Navigating your file system' section in lesson 1: Introducing the Shell