SciLifeLab / facs

Fast and Accurate Classification of Sequences using Bloom filters
http://facs.scilifelab.se/
Other
16 stars 9 forks source link

Please update the docs #127

Closed dbrami closed 10 years ago

dbrami commented 10 years ago

The installation instructions currently specify:

make python

But the actual command seems to be:

python setup.py install

Now this builds the python module successfully but there is no standalone binary that is build in the current directory in order to follow the directives:

./facs -h
brainstorm commented 10 years ago

Thanks @dbrami, let us know if you find more issues!