snayfach / MAGpurify

Improvement of metagenome-assembled genomes
GNU General Public License v3.0
47 stars 12 forks source link

SyntaxError: Missing parentheses in call to 'print'. Did you mean print("\n## Computing mean genome-wide GC content")? #6

Closed SilasK closed 4 years ago

SilasK commented 5 years ago

in tetra.py and gc.py

apcamargo commented 4 years ago

@SilasK This issue was caused because MAGpurify was written in Python 2. This should be solved now.