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
(base) [tqyong@login bin]$ Mix.py -a alignments.coords -c contigs.fa -o output_dir/
File "/public/home/tqyong/tqyong/xiaojuan-yang/MIX-master/bin/Mix.py", line 463
print a
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(a)?
The text was updated successfully, but these errors were encountered:
Hi,
You are probably using Python 3, Mix an an old code in Python 2.7
Best wishes,
Macha
--
Head of Computational Biology and Bioinformatics team, CNRS UMR 5095
Head of Bordeaux Bioinformatics Center
146, rue Léo Saignat, Université de Bordeaux
33077 Bordeaux
www : http://bordeaux-bioinformatics.fr <http://bordeaux-bioinformatics.fr/>
tel : +33 (0)5 57 57 12 47
On 22 Jun 2021, at 17:09, Tianqiao-Yong ***@***.***> wrote:
(base) ***@***.*** bin]$ Mix.py -a alignments.coords -c contigs.fa -o output_dir/
File "/public/home/tqyong/tqyong/xiaojuan-yang/MIX-master/bin/Mix.py", line 463
print a
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(a)?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#5>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABEH3PS5JN4GEY7KPSO3PRTTUCRQ3ANCNFSM47D4OJGA>.
(base) [tqyong@login bin]$ Mix.py -a alignments.coords -c contigs.fa -o output_dir/
File "/public/home/tqyong/tqyong/xiaojuan-yang/MIX-master/bin/Mix.py", line 463
print a
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(a)?
The text was updated successfully, but these errors were encountered: