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
Hi Alex,
I got a problem with function 2 when using a large amount of sequences in the "all.merged_ITS_seqs" file, it does produce the cluster membersip and syntax classification but not the cluster_with_taxonomy.csv.
The error message is :
Traceback (most recent call last):
File "/home/guillaume/its_glue/./scripts/modules/cluster_classify_organise_output.py", line 33, in
ids_list.append(mem_id[0])
IndexError: list index out of range
Could you have a look at this please?
Thanks
The text was updated successfully, but these errors were encountered:
Issue fixed. For the sake of speed, I've produced the file for you. I'll push the fix to the repo later today and then you'll need to clone the latest version.
Hi Alex,
I got a problem with function 2 when using a large amount of sequences in the "all.merged_ITS_seqs" file, it does produce the cluster membersip and syntax classification but not the cluster_with_taxonomy.csv.
The error message is :
Traceback (most recent call last):
File "/home/guillaume/its_glue/./scripts/modules/cluster_classify_organise_output.py", line 33, in
ids_list.append(mem_id[0])
IndexError: list index out of range
Could you have a look at this please?
Thanks
The text was updated successfully, but these errors were encountered: