Hi!
I met a problem when using the BlobToolKit. Here is my history: Galaxy | Australia.
Here is the error message:
Traceback (most recent call last):
File “/opt/conda/envs/btk_env/bin/blobtools”, line 8, in
sys.exit(cli())
File “/opt/conda/envs/btk_env/lib/python3.9/site-packages/blobtools/blobtools.py”, line 105, in cli
sys.exit(subcommand())
File “/opt/conda/envs/btk_env/lib/python3.9/site-packages/blobtools/lib/add.py”, line 203, in cli
main(args)
File “/opt/conda/envs/btk_env/lib/python3.9/site-packages/blobtools/lib/add.py”, line 149, in main
parsed = field[“module”].parse(
File “/opt/conda/envs/btk_env/lib/python3.9/site-packages/blobtools/lib/bed.py”, line 366, in parse
filename, all_windows, full = parse_tsvfiles(files)
File “/opt/conda/envs/btk_env/lib/python3.9/site-packages/blobtools/lib/bed.py”, line 310, in parse_tsvfiles
[fullfile, *files] = sorted(files, key=len)
ValueError: not enough values to unpack (expected at least 1, got 0)
Could you help me find where the problem came from? Thank you very much!
Cheers,
Chuan