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
Hi,
Thank you very much for providing such excellent software. There were some problems when I was using, Whether using test data or my own data, I will report the following errors. How can this happen?
File "eigenMT.py", line 168
print str(counter) + ' out of ' + str(numgenes) + ' completed ' + '(' + str(round(perc, 3)) + '%)'
^
SyntaxError: invalid syntax
Thanks.
Jun
The text was updated successfully, but these errors were encountered:
Hi,
Thank you very much for providing such excellent software. There were some problems when I was using, Whether using test data or my own data, I will report the following errors. How can this happen?
File "eigenMT.py", line 168
print str(counter) + ' out of ' + str(numgenes) + ' completed ' + '(' + str(round(perc, 3)) + '%)'
^
SyntaxError: invalid syntax
Thanks.
Jun
The text was updated successfully, but these errors were encountered: