bacant icon indicating copy to clipboard operation
bacant copied to clipboard

ValueError: could not convert string to float: '90,90,90'

Open qianxin-kxy opened this issue 1 year ago • 2 comments

A very useful tool, but I encountered the following problem during the use process and don't know how to handle it

Code used: $ bacant --indir /data/users/kxytry/infile -o outdir

Error prompt Traceback (most recent call last): File "/data/users/kxy/miniconda3/envs/bacant/bin/bacant", line 33, in sys.exit(load_entry_point('BacAnt==3.3.2', 'console_scripts', 'bacant')()) File "/data/users/kxy/miniconda3/envs/bacant/lib/python3.7/site-packages/BacAnt-3.3.2-py3.7.egg/BacAnt/bacant.py", line 1135, in run process_dir(blastn_path,indir,resultdir) File "/data/users/kxy/miniconda3/envs/bacant/lib/python3.7/site-packages/BacAnt-3.3.2-py3.7.egg/BacAnt/bacant.py", line 881, in process_dir ident0 = float(ident0) ValueError: could not convert string to float: '90,90,90'

qianxin-kxy avatar Jun 05 '23 08:06 qianxin-kxy