harbourlab / SparK

Publication quality NGS track plotting
102 stars 20 forks source link

Syntax error #16

Closed willgarland closed 3 years ago

willgarland commented 3 years ago

Hi, I'm currently getting this syntax error. It is also happening with code that I have run in the past

File "SparK.py", line 799 write_to_file('''Chr''' + str(region[0]) + ''': ''' + str(f"{region[1]:,}") + '''-''' + str(f"{region[2]:,}") + '''''') ^ SyntaxError: invalid syntax