We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c48d8 commit a6d2355Copy full SHA for a6d2355
_optionals/01-more_unix.md
@@ -1,13 +1,10 @@
1
---
2
title: "More UNIX commands"
3
-teaching: 0
4
-exercises: 0
5
-questions:
6
--
7
objectives:
8
9
-keypoints:
10
+- To understand UNIX conditional statements.
+- To learn about functions in bash.
+- To get started with bash scripting.
+- Parallelization in bash with GNU parallel.
11
12
13
_optionals/02-text_process.md
@@ -1,13 +1,7 @@
title: "FASTA manipulation with awk"
-teaching:
-exercises:
+- To process FASTA records, specifically FASTA filtration using awk.
0 commit comments