Skip to content

Commit

Permalink
fixed programming link
Browse files Browse the repository at this point in the history
  • Loading branch information
domonik committed Nov 28, 2023
1 parent 66be5ae commit feb127b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/js/smithwaterman.js
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ function checkTracebacks(){
var j = path[x][1];
highlightCell(`tableD`, i, j, color)
}
if (correct) {
if (correct & l1.value.length > 0 & l2.value.length > 0) {
var [as1, as2] = buildAlignmentCorrect(scoring["seqA"], scoring["seqB"], path)
if (as1 === l1.value & as2 === l2.value) {
l1.style.backgroundColor = "var(--right-answer)"
Expand Down
2 changes: 1 addition & 1 deletion exercise-sheet-5.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ Programming assignments are available via Github Classroom and contain automatic

We recommend doing these assignments since they will help you to further understand this topic.

Access the Github Classroom link: [Programming Assignment: Sheet 05](https://classroom.github.com/a/5VhpNzsi).
Access the Github Classroom link: [Programming Assignment: Sheet 05](https://classroom.github.com/a/wqeEko6h).

-------------------------------------------

Expand Down

0 comments on commit feb127b

Please sign in to comment.