Closed hwick closed 5 years ago
Hi Heather,
Two remarks:
Best,
Joachim
I am using version 2.1. I will try to update to version 2.2 using python 3 and rerun.
Could you solve the issue?
Hi, We could not get pip to install version 2.2, so we installed 2.1.1 on python 3 and reran. We ran into this error:
Traceback (most recent call last):
File "/cm/shared/jhmi/apps/HiCExplorer/python3.5.6/bin/hicBuildMatrix", line 7, in <module>
main()
File "/cm/shared/jhmi/apps/python3.5.6/lib/python3.5/site-packages/hicexplorer/hicBuildMatrix.py", line 1465, in main
QC.main("-l {} -o {}".format(log_file_name, args.QCfolder).split())
File "/cm/shared/jhmi/apps/python3.5.6/lib/python3.5/site-packages/hicexplorer/hicPrepareQCreport.py", line 284, in main
read_orientation_table, table)
File "/cm/shared/jhmi/apps/python3.5.6/lib/python3.5/site-packages/hicexplorer/hicPrepareQCreport.py", line 61, in save_html
html = open(os.path.join(root, "qc_template.html"), "r")
FileNotFoundError: [Errno 2] No such file or directory: '/cm/shared/jhmi/apps/python3.5.6/lib/python3.5/site-packages/hicexplorer/qc_template.html'
We had gotten this same error before switching to python 3, and worked around it by manually downloading qc_template.html and moving it to the proper folder, so we have done that and are currently rerunning with the hopes that both this and the ascii error goes away with this run (if not, we will have to figure out some way to install 2.2). I'll keep you posted. Thanks!
Hi,
I have to apologize, the pip version is not that well updated from our side. I will try to update this soon. However, we prefer to use conda
and in the bioconda
channel the newest HiCExplorer version is always available. See http://bioconda.github.io/#using-bioconda
Best,
Joachim
Hi,
I updated the Python 2 version in pip to 2.2.1. Please let me know if it works and solves your issues.
Best,
Joachim
Hello, I am getting a unicode error similar to the one that appears in issue #174 when trying to run hicBuildMatrix. None of my file names have non-ASCII/non-standard characters as far as I am aware, though, so I'm unsure what the origin of the error is (the author of #174 got around it by omitting a title, which does not seem relevant in this case):
error:
I saw that a related ascii error was fixed for a different HiCExplorer function in #175, but perhaps not for this/other functions? Please advise how to resolve this error. Thanks, ~ Heather