Skip to content

Commit 350cc5f

Browse files
authored
Updated slef-learning
1 parent f60a6a9 commit 350cc5f

1 file changed

Lines changed: 17 additions & 10 deletions

File tree

schedule/links-to-lessons.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,24 @@ To run through the code in the lessons below, you will need to be **logged into
3030

3131
### Part I
3232
1. [Introduction to Shell](../lessons/01_the_filesystem.md)
33-
1. [Wildcards and shortcuts in Shell](../lessons/02_wildcards_shortcuts.md)
34-
1. [Examining and creating files](../lessons/03_working_with_files.md)
35-
1. [Searching and redirection](../lessons/04_searching_files.md)
36-
1. [Shell scripts and variables in Shell](../lessons/05_shell-scripts_variable.md)
33+
2. [Wildcards and shortcuts in Shell](../lessons/02_wildcards_shortcuts.md)
34+
3. [Examining and creating files](../lessons/03_working_with_files.md)
35+
4. [Searching and redirection](../lessons/04_searching_files.md)
36+
37+
#### Answer Key
38+
[Solution to exercises](../homework/Day1_answer_key.txt)
3739

38-
* [Solution to exercises in above lessons](../homework/Day1_answer_key.txt)
40+
***
3941

4042
### Part II
41-
1. [Loops and automation](../lessons/06_loops_and_automation.md)
42-
1. [Permissions and Environment Variables](../lessons/07_permissions_and_environment_variables.md)
43+
1. [Shell scripts and variables in Shell](../lessons/05_shell-scripts_variable.md)
44+
2. [Loops and automation](../lessons/06_loops_and_automation.md)
45+
3. [Permissions and Environment Variables](../lessons/07_permissions_and_environment_variables.md)
46+
47+
#### Answer Key
48+
[Solution to exercises](../homework/Day2_answer_key.txt)
4349

44-
* [Solution to exercises in above lessons](../homework/Day2_answer_key.txt)
50+
***
4551

4652
### Part III
4753
1. [Introduction to High-performance computing](../lessons/08_HPC_intro_and_terms.md)
@@ -51,8 +57,9 @@ To run through the code in the lessons below, you will need to be **logged into
5157

5258
## Building on this workshop
5359

54-
* [More fun with bash commands](../lessons/extra_bash_tools.md)
55-
* [Advanced bash commands (aliases, copying files, and symlinks)](https://hbctraining.github.io/Intro-to-rnaseq-hpc-salmon-flipped/lessons/more_bash_cluster.html)
60+
- [Accelerate with Automation - Making your code work for you](https://hbctraining.github.io/Training-modules/Accelerate_with_automation/)
61+
- [Needle in a Haystack: Finding and summarizing data from colossal files](https://hbctraining.github.io/Training-modules/Finding_and_summarizing_colossal_files/)
62+
- [Tips and Tricks for the O2 cluster](https://hbctraining.github.io/Training-modules/Tips_and_Tricks_on_O2/)
5663

5764
***
5865

0 commit comments

Comments
 (0)