NUCLIZE defining histone variants and modification at the single nucleosome resolution
Download
Currently, NUCLIZE is only opening for testing. If you would like to help us to test it or use NUCLIZE in your project, please click here to submit your request.
Installation
  • Requirements
NUCLIZE was developed and tested with C++/Qt5.4.0. Thus, pre-installations of Qt 5.4.0 and C++ compiler (such as g++) are required for compilation.

For Qt 5.4.0 library, the community version Qt library could be freely downloaded from the Qt website, and please click here to download the corresponding Qt installation package.

Note: Do NOT forget to add the path for bin and lib directories path into environment variables.

  • Compilation
The environment variables need to be configured after Qt5.4.0 and C++ compiler are installed. NUCLIZE source code package, nuclize-x.x.tar.gz, can be decompressed with the following command.

# tar zxvf nuclize-x.x.x.tar.gz

Enter NUCLIZE folder:

# cd  nuclize-x.x.x

Compile NUCLIZE with the following command:

# qmake -makefile -o Makefile nuclize.pro 

# make