Solutions (spoilers!) for same course in 3 platforms:
- Cogniterra (was Stepik) Genome Sequencing
- Coursera Bioinformatics
Functional Programming and String Algorithms is like Peanut Butter meets Bread, so many are used here.
from pipe import permutations
for n in 'AC' | permutations(2):
print(n)
Use python 3.12
python src/cogniterra/1-1.py # run all exercises in 1-1.seq
python src/cogniterra/1-1.py 1 # run exercise 1 in 1-1.seq
python src/cogniterra/1-1.py 2:4 # run exercise 2-4 in 1-1.seq