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
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: