Skip to content

Commit 07cb953

Browse files
committed
adds missing filename to exercise
1 parent ef3aa70 commit 07cb953

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python2.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,8 @@ In this exercise, you will create a command line program that calculates the sim
567567
2. the number of (unique) genes detected in the second sample
568568
3. the similarity of the samples, which is measured by the [Jaccard index](https://en.wikipedia.org/wiki/Jaccard_index).
569569

570+
Store the function in `exercise_2_5.py`.
571+
570572
You may check that your program works correctly by using the following exemplary calls:
571573

572574
```default

0 commit comments

Comments
 (0)