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.
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!