Skip to content

Scripts and notebooks used to solve exercises from rosalind.info

License

Notifications You must be signed in to change notification settings

samnooij/Rosalind_problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binder

Rosalind_problems

Scripts and notebooks used to solve exercises from rosalind.info


This is a collection of scripts I have written to solve the bioinformatics exercises at rosalind.info. They are written in Python, using Jupyter notebooks to mix my personal notes and comments with code.

I anticipate this will mostly be a record for myself, but feel free to copy any part that is of use! This project is licenced under the BSD-2-clause licence.


Update: 2020-11-23

From here on, I would like to try a different workflow.
Instead of developing the scripts as Jupyter notebook, I am going to use VSCodium to write the code as separate scripts/applications.

These scripts will then use the Black code format, and functions will be tested using pytest, which can also be implemented as automated test on GitHub (with Actions).

Code style: black Python application

Later on, I might add documentation (of the functions) using Sphinx and readthedocs.
And - but that might as well be in a separate repository - put all useful functions together in one or a few scripts as my own sort of bioinformatics toolbox.

About

Scripts and notebooks used to solve exercises from rosalind.info

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published