Hi,
I am having difficulties installing the software. The script FitHiChIP_Docker.sh includes these these lines:
HiCProExec=`which HiC-Pro`
if [[ -z $HiCProExec ]]; then
echo 'ERROR ===>>>> HiC-pro is not installed in the system - FitHiChIP quits !!!'
exit 1
fi
Am I understanding it correctly that the FitHiChip Docker image needs a system-wide installation of HiC-Pro to work?
Hi,
I am having difficulties installing the software. The script FitHiChIP_Docker.sh includes these these lines:
Am I understanding it correctly that the FitHiChip Docker image needs a system-wide installation of HiC-Pro to work?