medvedevgroup / SibeliaZ

A fast whole-genome aligner based on de Bruijn graphs
http://medvedevgroup.com/
Other
140 stars 19 forks source link

TabError: inconsistent use of tabs and spaces in indentation #14

Open housw opened 4 years ago

housw commented 4 years ago

Hi,

it seems the maf_to_gfa1.py has some formatting problem, could you please confirm it?

  File "../SibeliaZ/SibeliaZ-LCB/maf_to_gfa1.py", line 97
    pos = [record.start for record in maf]
                                         ^
TabError: inconsistent use of tabs and spaces in indentation

Thanks a lot!

iminkin commented 4 years ago

Thank you for reporting it, fixed in 1.2.1: https://github.com/medvedevgroup/SibeliaZ/releases/tag/v1.2.1