-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
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
new biopython version incompatible with HiCExplorer #691
Comments
For this reason the biopython version is restricted to be smaller 1.77: https://github.com/deeptools/HiCExplorer/blob/master/requirements.txt#L8 https://github.com/bioconda/bioconda-recipes/blob/master/recipes/hicexplorer/meta.yaml#L28 However, even if we want to fix it, we need to wait for cooler to update to the new version: https://github.com/bioconda/bioconda-recipes/blob/master/recipes/cooler/meta.yaml#L24 |
This is still true and refers to the code. I think it makes sense to leave it open until the code supports newer versions of biopython. Or did you fixed that in dev? |
Hello Maintainers of HiCExplorer using the following provided command for new setup/installs Returns package python conflicts for: This github issue seems to be related but not explicitly mentions new setups/installs can you please advise on a possible workaround for this maybe a version of hicexplorer that still works for new installs, |
Hm, that worked today for me... Maybe some dependency was updated and causes now a conflict. Can you try the same command but add ˋcooler=0.8.9ˋ? As far as I know they had version 0.9 in the pipeline and that is the package which had biopython fixed to 1.77 so far. |
using "conda create --name hicexplorer hicexplorer=3.6 cooler=0.8.9 python=3.8 -c bioconda -c conda-forge" increases the number of conflicts, but now I believe this might be related to the conda version, I did a fresh install of anaconda3-2020.11 on a test vm and installed without issue, the cluster I'm having an issue on is running a older version 4.8.4 Package python conflicts for: Package setuptools conflicts for: Package ca-certificates conflicts for: Package cooler conflicts for: |
I think the issue needs be solved by updating your conda installation, maybe you can report this as a bug to conda itself. |
Biopython version fixed by Lucille PR #718. |
Welcome to the HiCExplorer GitHub repository! Before opening the issue please check
that the following requirements are met :
Search whether this issue (or a similar issue) has been solved before using the search tab above. Link the previous issue if appropriate below.
Paste your HiCExplorer version (
hicInfo --version
) and your python version (python --version
) below.Have you checked our documentation on hicexplorer.readthedocs.io?
Do you use conda to install HiCExplorer?
Do you use the latest HiCExplorer release? If not, please install it via a conda environment:
conda create --name hicexplorer hicexplorer=3.6 python=3.8 -c bioconda -c conda-forge
and activate the environment:
conda activate hicexplorer
. Retry your command. You can exit a conda environment viaconda deactivate
. To learn more about conda and environments, please consider the following documentation.The following is not supported anymore with the latest Biopthon release.
And will results in a Traceback like:
The text was updated successfully, but these errors were encountered: