Skip to content

Commit 5133888

Browse files
authored
Update README.md
1 parent a23b813 commit 5133888

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ calculates the proportion of proteins in the FASTA file containing at least N-ti
7272
output file with the specified format, ordered by the proportion value
7373
(descending order)
7474

75-
![alt text](./3_Lists_and_Dictonaries_in_Bioinformatics/desc.png)
75+
![alt text](./Exercises/pic.png)
7676

7777
# Exercise_4 - Generator Functions
7878
1) A Generator Function that reads a Fasta file. In each iteration, the function
@@ -207,7 +207,7 @@ FASTA_iterator( fasta_filename )
207207
implement the
208208
following classes:
209209

210-
![alt text](./8_OOP_inheritance_dunder_bioinformatics/desc.png)
210+
![alt text](./Exercises/pic2.png)
211211

212212
Specifications:
213213

@@ -288,7 +288,7 @@ second one to the output file.
288288

289289
7.4) The script should print to standard error a progression log
290290

291-
![alt text](./9_Exception_Handling//desc.png)
291+
![alt text](./Exercises/pic3.png)
292292

293293
Output format:
294294

0 commit comments

Comments
 (0)