Skip to content

Challenge written with python, bloom filters

License

Notifications You must be signed in to change notification settings

elhanarinc/kmer-challenge

Repository files navigation

Python Challenge

This project assumes that your machine had already pip, virtualenv. If you do not have them, you can check the links below for instructions:

In order to start project you will do the following (Assuming you are on the right directory):

cd <directory>
virtualenv env
source env/bin/activate
pip install -r requirements.txt
chmod +x kmer_counter.py
./kmer_counter.py "filename" "k_mer size" "top count"

About

Challenge written with python, bloom filters

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages