Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
joseemayo opened this issue Apr 11, 2019 · 1 comment
Open

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

joseemayo opened this issue Apr 11, 2019 · 1 comment

Comments

@joseemayo
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants