You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed BS3 according to the instructions, and when I tried checking if it worked, I got an error while trying to run bs3-builder:
~/app/bs3$ ./bs3-build.py -h
Traceback (most recent call last):
File "/home/juaguila/app/bs3/./bs3-build.py", line 5, in
from bs_index.wg_build import *
File "/home/juaguila/app/bs3/bs_index/wg_build.py", line 49
chrom_num += 1
TabError: inconsistent use of tabs and spaces in indentation
Hi,
I installed BS3 according to the instructions, and when I tried checking if it worked, I got an error while trying to run bs3-builder:
~/app/bs3$ ./bs3-build.py -h
Traceback (most recent call last):
File "/home/juaguila/app/bs3/./bs3-build.py", line 5, in
from bs_index.wg_build import *
File "/home/juaguila/app/bs3/bs_index/wg_build.py", line 49
chrom_num += 1
TabError: inconsistent use of tabs and spaces in indentation
Is there any step besides - git clone https://github.com/khuang28jhu/bs3 - ??
Thanks;
The text was updated successfully, but these errors were encountered: