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
Hi, I downloaded the new version of HiCExplorer with conda and then also did:
git clone https://github.com/deeptools/HiCExplorer/ cd HiCExplorer git checkout aggregateGenome hicex_git_dir=$(pwd) export PATH=$hicex_git_dir/bin:$PATH export PYTHONPATH=$hicex_git_dir:$PYTHONPATH
but the aggreateGenome does not appear and neithe the option --genome seems to work.
Any help?
thanks a lot, Roberto
The text was updated successfully, but these errors were encountered:
Hi,
I am not sure what you want to do. The mentioned branch aggregateGenome does not exist: https://github.com/deeptools/HiCExplorer/branches/all
aggregateGenome
Can you maybe explain from where you have that branch name and what you want to do?
Thanks and best,
Joachim
Sorry, something went wrong.
No branches or pull requests
Hi,
I downloaded the new version of HiCExplorer with conda and then also did:
git clone https://github.com/deeptools/HiCExplorer/
cd HiCExplorer
git checkout aggregateGenome
hicex_git_dir=$(pwd)
export PATH=$hicex_git_dir/bin:$PATH
export PYTHONPATH=$hicex_git_dir:$PYTHONPATH
but the aggreateGenome does not appear and neithe the option --genome seems to work.
Any help?
thanks a lot,
Roberto
The text was updated successfully, but these errors were encountered: