Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cogniterra/Stepik Bioinformatics/Genomics with Python

Solutions (spoilers!) for same course in 3 platforms:

Functional Packages and Usage

Functional Programming and String Algorithms is like Peanut Butter meets Bread, so many are used here.

pipe lib usage

from pipe import permutations

for n in 'AC' | permutations(2):
   print(n)

Setup / Python version

Use python 3.12

Running

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages