Question 1.1 +0.5 pt, good use of awk and shortening of output with uniq, you can also reduce runtime by simply piping the second line into awk using head -2|tail -1
Question 1.2 +0.5 pt
Question 1.3 +0.5 pt
Question 1.4 +0.5 pt
Question 1.5 +0.5 pt
Score: 2.5/2.5 pt
Part 2: Bash script for Exercise 2 (3 pt)
Evalutation:
Question 2.1 +0.5 pt
Question 2.2 +0.5 pt
Question 2.3 +0.5 pt
Question 2.4 +0.5 pt
Question 2.5 +0.5 pt
Question 2.6 +0.5 pt
Score: 3/3 pt
Part 3: Python script for Exercise 3 (2.5 pt)
Evaluation:
Well-written and -commented python code! You can also combine the 2 for loops into one so you only have to parse the file once and reduce runtime.
Score: 2.5/2.5 pt
Part 4: R script and figures for Exercise 3 (2 pt)
Evaluation:
Histogram plots look good and interpretations are very thorough and show good understanding of the dataset.
Part 1: Bash script for Exercise 1 (2.5 pt)
Evaluation:
Score: 2.5/2.5 pt
Part 2: Bash script for Exercise 2 (3 pt)
Evalutation:
Score: 3/3 pt
Part 3: Python script for Exercise 3 (2.5 pt)
Evaluation:
Score: 2.5/2.5 pt
Part 4: R script and figures for Exercise 3 (2 pt)
Evaluation:
Score: 2/2 pt
Total score: 10/10 pt
Great work!