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
I tried preprocessing with the fasta and bam file and got the following error. Traceback (most recent call last): File "/usr/local/bin/PyLOH.py", line 17, in <module> from pyloh.preprocess.run_preprocess import run_preprocess File "/usr/local/lib/python3.8/dist-packages/pyloh/preprocess/run_preprocess.py", line 25 print 'Loading segments by 22 autosomes...' ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Loading segments by 22 autosomes...')?
please help!
The text was updated successfully, but these errors were encountered:
Hi,
I tried preprocessing with the fasta and bam file and got the following error.
Traceback (most recent call last): File "/usr/local/bin/PyLOH.py", line 17, in <module> from pyloh.preprocess.run_preprocess import run_preprocess File "/usr/local/lib/python3.8/dist-packages/pyloh/preprocess/run_preprocess.py", line 25 print 'Loading segments by 22 autosomes...' ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Loading segments by 22 autosomes...')?
please help!
The text was updated successfully, but these errors were encountered: