Prerequisites and installation¶
nucChIP source code, installation scripts, and source code of this website are available at
Installation on Linux¶
nucChIP installation package will take care of all dependencies. You just need to download the source files, unzip them, and go into the unzipped directory.
$ wget https://github.com/mrivas/nucChIP/archive/master.zip nucChIP.zip
$ unzip nucChIP.zip
$ cd nucChIP
To install nucChIP locally ( only for the current user in case you don’t have super-user permission) type
$ python setup.py install --user
To make nucChIP available to all users, use instead
$ python setup.py build
$ sudo python setup.py install
To test the installation
$ python
>> import nucChIP
if no errors are reported, your are all set.