You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When do the testrun (the first line of code as well other cods in Usage subsection), SyntaxError occured. For example, python HiCPlotter.py -f data/HiC/Mouse/mES.chr2 -n hES -chr chr21 -r 40000 -o default1 -fh 0
File "HiCPlotter.py", line 57
print len(matrix[:,1]),len(matrix[1,:])
^
SyntaxError: invalid syntax
the python --version returns
Python 3.6.8 :: Anaconda, Inc.
The text was updated successfully, but these errors were encountered:
When do the testrun (the first line of code as well other cods in Usage subsection), SyntaxError occured. For example,
python HiCPlotter.py -f data/HiC/Mouse/mES.chr2 -n hES -chr chr21 -r 40000 -o default1 -fh 0
File "HiCPlotter.py", line 57
print len(matrix[:,1]),len(matrix[1,:])
^
SyntaxError: invalid syntax
the python --version returns
Python 3.6.8 :: Anaconda, Inc.
The text was updated successfully, but these errors were encountered: