Skip to content
Snippets Groups Projects
Commit b6741cd1 authored by Fanny Wegner's avatar Fanny Wegner
Browse files

Update file UNIX_HPC_exercise_instructions.md

parent 663eaf7f
No related branches found
No related tags found
1 merge request!29Update file UNIX_HPC_exercise_instructions.md
......@@ -269,7 +269,7 @@
5. Extracting parts of a character string:
```sh
grep "variant" all_ompA.fasta | cut -d '-' -f 3 # or use the headers file
grep "variant" all_ompA.fasta | cut -d '_' -f 3 # or use the headers file
```
6. Concatenating input and files
```sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment