bs3 icon indicating copy to clipboard operation
bs3 copied to clipboard

TabError: inconsistent use of tabs and spaces in indentation

Open joseemayo opened this issue 5 years ago • 1 comments

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!

joseemayo avatar Apr 11 '19 18:04 joseemayo