Dictys depends on several softwares. There are often multiple methods to install each software if one method fails.
- For
bedtools
,homer
,samtools
,macs2
, andffmpeg
, you can install them throughconda
,module add
, or manually. - For
pytorch
, you can use any supported method for your computing platform. - For
dictys
and its pypi dependencies, you can install withpip install git+https://github.com/pinellolab/dictys.git
- For upgrading
matplotlib
, you need to uninstallpyDNase
first, upgradematplotlib
, and then reinstallpyDNase
ignoring its dependencies.
You can also use precompiled docker or singularity containers (TBA).
Dictys relies on pytorch
for GPU capacity. To enable GPU support, simply install pytorch
with GPU support.
Please raise an issue on github if none of the above works.