We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here are my installation step, I hope to get your help. 1、Download and unzip the installation package
wget -c http://github.com/nservant/HiC-Pro/archive/refs/tags/v3.1.0.tar.gz tar -zxvf [v3.1.0.tar.gz](http://github.com/nservant/HiC-Pro/archive/refs/tags/v3.1.0.tar.gz)
2、Create a virtual environment
conda env create -f ~/lxc_data/HiC-Pro-3.1.0/environment.yml -n nehic
vi config-install.txt mkdir hicpro mkdir bin
4、Run the Make Cofigure command
error:
make -f ./scripts/install/Makefile CONFIG_SYS=./config-install.txt make[1]: Entering directory '/spider_data/lxc/HiC-Pro-3.1.0' ./scripts/install/install_dependencies.sh -c ./config-install.txt -p /home/lxc/lxc_data/HiC-Pro-3.1.0/bin -o /home/lxc/lxc_data/HiC-Pro-3.1.0/bin/HiC-Pro_3.1.0 -q make[1]: ./scripts/install/install_dependencies.sh: Permission denied make[1]: *** [scripts/install/Makefile:41: configure] Error 127 make[1]: Leaving directory '/spider_data/lxc/HiC-Pro-3.1.0' make: *** [Makefile:40: configure] Error 2
Then change to the following, is there something wrong here?
bash ./scripts/install/install_dependencies.sh -c ./config-install.txt -p /home/lxc/lxc_data/hicpro/bin -o /home/lxc/lxc_data/hicpro/bin/HiC-Pro_3.1.0 -q
5、Check out config-system.txt
6、Run the make command
7、Configure environment variables
vi ~/.bashrc
8、Installation error
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here are my installation step, I hope to get your help.
1、Download and unzip the installation package
2、Create a virtual environment
conda env create -f ~/lxc_data/HiC-Pro-3.1.0/environment.yml -n nehic
4、Run the Make Cofigure command
error:
make -f ./scripts/install/Makefile CONFIG_SYS=./config-install.txt
make[1]: Entering directory '/spider_data/lxc/HiC-Pro-3.1.0'
./scripts/install/install_dependencies.sh -c ./config-install.txt -p /home/lxc/lxc_data/HiC-Pro-3.1.0/bin -o /home/lxc/lxc_data/HiC-Pro-3.1.0/bin/HiC-Pro_3.1.0 -q
make[1]: ./scripts/install/install_dependencies.sh: Permission denied
make[1]: *** [scripts/install/Makefile:41: configure] Error 127
make[1]: Leaving directory '/spider_data/lxc/HiC-Pro-3.1.0'
make: *** [Makefile:40: configure] Error 2
Then change to the following, is there something wrong here?
5、Check out config-system.txt
6、Run the make command
7、Configure environment variables
vi ~/.bashrc
8、Installation error
The text was updated successfully, but these errors were encountered: