hallamlab / SABer

SAG Anchored Binner
GNU General Public License v3.0
3 stars 2 forks source link

`saber info` command error #8

Open zcaiElvis opened 4 years ago

zcaiElvis commented 4 years ago

When using saber info command, and error pop up.

Traceback (most recent call last): File "/home/elvis/anaconda3/envs/saber_env/bin/saber", line 8, in sys.exit(main()) File "/home/elvis/anaconda3/envs/saber_env/lib/python3.8/site-packages/saber/main.py", line 45, in main cmd(sys.argv[2:]) File "/home/elvis/anaconda3/envs/saber_env/lib/python3.8/site-packages/saber/commands.py", line 33, in info py_deps = {x.split('==')[0]:x.split('==')[1] for x in freeze.freeze()} File "/home/elvis/anaconda3/envs/saber_env/lib/python3.8/site-packages/saber/commands.py", line 33, in py_deps = {x.split('==')[0]:x.split('==')[1] for x in freeze.freeze()} IndexError: list index out of range

Environment: saber_env on Ubuntu 20.04

RyloByte commented 4 years ago

I'll take a look at this this week. Not sure what's going on, but I'm sure it's a pretty quick fix.