https://github.com/jcaip/burrows-wheeler-compression
An implementation of BWT in python
https://github.com/jcaip/burrows-wheeler-compression
Last synced: 10 months ago
JSON representation
An implementation of BWT in python
- Host: GitHub
- URL: https://github.com/jcaip/burrows-wheeler-compression
- Owner: jcaip
- Created: 2015-02-06T01:41:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-01-13T22:53:36.000Z (over 7 years ago)
- Last Synced: 2025-02-26T08:39:46.474Z (over 1 year ago)
- Language: Python
- Size: 56.8 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Burrows-Wheeler-Compression
An implementation of BWT in python