-
Notifications
You must be signed in to change notification settings - Fork 41
Troubleshooting installation of Clipper 1.2.1
Brian Yee edited this page Nov 20, 2020
·
1 revision
Recently we've been made aware of some issues regarding installation of older Clipper packages. Below is a workaround which may be useful for installing Clipper (1.2.1).
- create conda environment using [this file].(https://raw.githubusercontent.com/YeoLab/clipper/5a6c49792887b4cfd62fe579bd5946df4ebc62f6/environment.yml) Note, you will need to delete/remove these lines from the file:
- pip:
- clipper==0.2.0
- htseq==0.12.4
prefix: /home/hermuba/anaconda3/envs/clipper
- download https://github.com/YeoLab/clipper/archive/1.2.1.tar.gz, gunzip & tar -xvf
- remove random “sc” line from readsToWiggle.pyx file (it’s in clipper 1.2.1 but not 1.2, line ~80)
- remove GMM class from src/call_peak.py
- python setup.py install
- remove readsToWiggle.c file from src directory
- works!