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 TnSeq-Pipeline.py example_data/example2.config
File "TnSeq-Pipeline.py", line 117
print "Transposon parameter was empty. This means no check will be made for a transposon sequence and all reads will move to the mapping stage."
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Transposon parameter was empty. This means no check will be made for a transposon sequence and all reads will move to the mapping stage.")?
The text was updated successfully, but these errors were encountered:
Seems its a python2 vs python3 thing. The script is meant to be run with python2, however, I created a branch called py3 that should work with python3. I haven't tested it but if you run into any more issues with this new branch let me know.
---Original---
From: ***@***.***>
Date: Tue, Jan 11, 2022 00:35 AM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [KBoehme/TnSeq-Pipeline] SyntaxError: Missing parentheses in call to 'print'. (Issue #3)
Seems its a python2 vs python3 thing. I created a branch called py3 that should work with python3. I haven't tested it but if you run into any more issues with this new branch let me know.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
The text was updated successfully, but these errors were encountered: