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
{{ message }}
This repository was archived by the owner on Mar 14, 2026. It is now read-only.
Hi,
I got an error of "object of type 'NoneType' has no len()" after "finish generating affinity matrix". Can you help me?
2020-09-03 18:00:08,794 - Input arguments:
2020-09-03 18:00:08,914 - contig_file: final.contigs.fa
2020-09-03 18:00:08,914 - coverage_profiles: input_solidbin/coverage_new.tsv
2020-09-03 18:00:08,915 - composition_profiles: kmer_4_f1000.csv
2020-09-03 18:00:08,915 - output path: solidbin_output/solidbin.txt
2020-09-03 18:00:08,915 - priori_ml_list: Not Available
2020-09-03 18:00:08,915 - priori_cl_list: Not Available
2020-09-03 18:00:08,915 - clusters: Auto
2020-09-03 18:00:14,958 - Start generating affinity matrix
2020-09-03 18:00:16,359 - Finish generating affinity matrix
exec cmd: /home/comp/zmzhang/software/SolidBin/auxiliary/test_getmarker.pl final.contigs.fa.hmmout final.contigs.fa 1001 final.contigs.fa.seed 0
Traceback (most recent call last):
File "/home/comp/zmzhang/software/SolidBin/SolidBin.py", line 738, in
bestK=len(seed_list)
TypeError: object of type 'NoneType' has no len()