Required packages in python: numpy, matplotlib, pysam
You can install DICEseq simply via pypi in terminal (suggested), or upgrade
by add --upgrade
as follows:
pip install diceseq
pip install --upgrade --no-deps diceseq
Alternatively, you also could download the source code via GitHub (latest version, suggested) or Sourceforge (any version) and run python setup in terminal:
python setup.py install
In any case, if had the permission error for installation as you are not
root, add --user
.