Skip to content

Commit

Permalink
adds missing filename to exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
skafdasschaf committed May 27, 2024
1 parent ef3aa70 commit 07cb953
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python2.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,8 @@ In this exercise, you will create a command line program that calculates the sim
2. the number of (unique) genes detected in the second sample
3. the similarity of the samples, which is measured by the [Jaccard index](https://en.wikipedia.org/wiki/Jaccard_index).

Store the function in `exercise_2_5.py`.

You may check that your program works correctly by using the following exemplary calls:

```default
Expand Down

0 comments on commit 07cb953

Please sign in to comment.