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
python BP_PPT.py -b demo/pwmBP_human.txt -p demo/scPPT_human.txt -i demo/example.fa
File "BP_PPT.py", line 44
print "Error: the input bps is longer than the PWM"
^
SyntaxError: Missing parentheses in call to 'print'
The text was updated successfully, but these errors were encountered:
ok I found out what happened, writing it down here if anyone faces the same problem: The description in the README says that we need to use python v3.5 but that does not work. Using python 2.7 seemed to solve the issue.
The demo does not seem to work:
The text was updated successfully, but these errors were encountered: