khuang28jhu / bs3

BS-Seeker3: An Ultra-fast, Versatile Pipeline for Mapping Bisulfite-treated Reads.
26 stars 13 forks source link

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

Open joseemayo opened 5 years ago

joseemayo commented 5 years ago

The command ran was:

python bs3-build.py -f /file/location/hg38.fa

The error received:

File "bs3-build.py", line 5, in from bs_index.wg_build import * File "/gpfs/home/jmm498/software/bs3-dev1/bs_index/wg_build.py", line 49 chrom_num += 1 ^ TabError: inconsistent use of tabs and spaces in indentation

The reference genome was recently downloaded and there are no issues utilizing it to create an index with other software packages.

Thank you for your help in advance!

amitfenn commented 5 years ago

Please check if your python version is 2.7. cause this program was written for Python 2.5 / 2.7