I get this issue when i try to run it File "./guppy_bcsplit.py", line 88 if(summary_file != ''): ^ TabError: inconsistent use of tabs and spaces in indentation I tried this on python 2.7 and 3.7.1
I get this issue when i try to run it
File "./guppy_bcsplit.py", line 88
if(summary_file != ''):
^
TabError: inconsistent use of tabs and spaces in indentation
I tried this on python 2.7 and 3.7.1