Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 740 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 740 Bytes

Rifraf.jl

A Julia package that implements the RIFRAF consensus algorithm.

Documentation: murrellgroup.github.io/Rifraf.jl

GitHub: github.com/MurrellGroup/Rifraf.jl

Jupyter notebook: RIFRAF_clonal_accuracy.ipynb

A full description of the method has been submitted for publication. A link to the journal article will be added here when it is available.

Setup

To install:

Pkg.add("Rifraf")

To run the tests:

Pkg.test("Rifraf")

To build the documentation:

cd docs
julia make.jl
mkdocs build