Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 275 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 275 Bytes

Burrows-Wheeler-implementation by: Andrea Rubbi

Python implementation of the Burrow Wheeler Algorithm with a GUI

How to use it:

Just run the program. The GUI should be quite intuitive for a bioinformatician.

Requirements:

-- tkinter -- python3 -m pip install Tk