Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 612 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 612 Bytes

bioinfo1

course: bioinformatics 1 2022 (msc bioinformatics)

languages:

  • python version 3.9

Files associated:

  • "exact_matches.py": function that takes a short sequence (first parameter) and a long sequence (second parameter) as input and returns the number of occurrences and their positions.
  • "inexact_matches.py": takes a short sequence (first parameter), a long sequence (second parameter), and the maximum number of allowed mismatches (third parameter) as input and returns the number of occurrences and their positions.
  • test files to test the funtions (QA)
  • sequences used to test the functions