``` File "computeCodonStats.py", line 156 return validSequences, longestCDS ^ SyntaxError: invalid syntax ``` Fixed by closing the bracket in the print statement above (in line 155)
Fixed by closing the bracket in the print statement above (in line 155)