Changing existing code base: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
| Line 14: | Line 14: | ||
== Exercises to be handed in == | == Exercises to be handed in == | ||
There are | There are going to be only one exercise. You have the project, and the exercise will be big.<br> | ||
Clone Anders Gorm's repo: ''sequencelib'' and study it.<br> | |||
Make it able to read FASTQ files. | |||
== Exercises for extra practice == | == Exercises for extra practice == | ||
Revision as of 14:28, 30 April 2026
| Previous: Runtime evaluation | Next: Last words |
Required course material for the lesson
GitHub: Professor Anders Gorm Pedersen's repositories. Used in teaching this week.
GitHub: Gene network. A much larger and thus more complicated/confusing repo.
GitHub: The Bioinformatics Repository. Different repos, various languages.
Subjects covered
Hands-on addition to a code base,
Exercises to be handed in
There are going to be only one exercise. You have the project, and the exercise will be big.
Clone Anders Gorm's repo: sequencelib and study it.
Make it able to read FASTQ files.