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
for infile in *sig
do
sourmash lca classify --db ../../../genbank-k21.lca.json.gz --query ${infile} -o ${infile}.lca_class_k21.csv
done
Get the following error:
Traceback (most recent call last):
File "/home/tereiter/miniconda3/envs/ibd/bin/sourmash", line 11, in <module>
sys.exit(main())
File "/home/tereiter/miniconda3/envs/ibd/lib/python3.7/site-packages/sourmash/__main__.py", line 14, in main
return mainmethod(args)
File "/home/tereiter/miniconda3/envs/ibd/lib/python3.7/site-packages/sourmash/cli/lca/classify.py", line 30, in main
return sourmash.lca.command_classify.classify(args)
File "/home/tereiter/miniconda3/envs/ibd/lib/python3.7/site-packages/sourmash/lca/command_classify.py", line 116, in classify
csvfp.writerow(['ID','status'] + list(lca_utils.taxlist()))
ValueError: I/O operation on closed file.
The text was updated successfully, but these errors were encountered:
In sourmash version 3.2.2, with command
Get the following error:
The text was updated successfully, but these errors were encountered: