You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schedule/links-to-lessons.md
+17-10Lines changed: 17 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,18 +30,24 @@ To run through the code in the lessons below, you will need to be **logged into
30
30
31
31
### Part I
32
32
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)
37
39
38
-
*[Solution to exercises in above lessons](../homework/Day1_answer_key.txt)
40
+
***
39
41
40
42
### 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)
43
49
44
-
*[Solution to exercises in above lessons](../homework/Day2_answer_key.txt)
50
+
***
45
51
46
52
### Part III
47
53
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
51
57
52
58
## Building on this workshop
53
59
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/)
0 commit comments