Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 596 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 596 Bytes

NOrMAL

NOrMAL: Accurate Nucleosome Positioning using a Modified Gaussian Mixture Model

Installation

Clone the repo and then compile the binary

git clone https://github.com/antonpolishko/NOrMAL.git
cd NOrMAL
make

Usage

To check whether everything is properly working

make test 

Provide configuration file. The exapmle "config.txt" is self explanatory

The sample of input data is provided in "DATA/" folder.

To run

./NOrMAL <config.txt> <forward reads> <reverse reads> <results>

License

MIT © Anton Polishko