Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SyntaxError: Missing parentheses in call to 'print'. #3

Closed
petemeng opened this issue Jan 10, 2022 · 2 comments
Closed

SyntaxError: Missing parentheses in call to 'print'. #3

petemeng opened this issue Jan 10, 2022 · 2 comments

Comments

@petemeng
Copy link

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.")?

@KBoehme
Copy link
Owner

KBoehme commented Jan 10, 2022

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.

The branch can be found here: https://github.com/KBoehme/TnSeq-Pipeline/tree/py3

@petemeng
Copy link
Author

petemeng commented Jan 11, 2022 via email

@KBoehme KBoehme closed this as completed Jan 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants