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
Traceback (most recent call last):
File "/home/chase/micromamba/envs/myenv/bin/bigslice", line 1950, in <module>
return_code = main()
File "/home/chase/micromamba/envs/myenv/bin/bigslice", line 1072, in main
return export_tsv_to_folder(output_folder, args.export_tsv)
File "/home/chase/micromamba/envs/myenv/lib/python3.9/site-packages/bigslice/modules/output/csv/__init__.py", line 130, in export_tsv_to_folder
export_bgc_metadata(result_folder, path_tsv, sep="\t")
File "/home/chase/micromamba/envs/myenv/lib/python3.9/site-packages/bigslice/modules/output/csv/__init__.py", line 76, in export_bgc_metadata
bgc_metadata["taxon-" + taxon_title] = taxa_names.values
AttributeError: 'tuple' object has no attribute 'values'
Also, that required installing an old version of pyhmmer, the new versions break bigslice v2 #93 (comment)
The text was updated successfully, but these errors were encountered:
--output-tsv results in:
Also, that required installing an old version of pyhmmer, the new versions break bigslice v2 #93 (comment)
The text was updated successfully, but these errors were encountered: