Open mrbarbitoff opened 7 months ago
Hi Yury,
Sorry for the inconvenience. I believe this error indicates that your clustering result is empty (i.e. no clusters were detected), hence there is nothing to be concatenated. I will update the script to return a None-type instead.
Another solution would be to loosen up the stringency by only looking at the CDR3 amino acid sequence.
Best, Sebastian
The issue should be fixed in the latest build (clustcr-1.0.3+3.g5fa6b46). Let me know if you encounter any further problems.
Cheers, Sebastiaan
Hi @svalkiers
Thank you for your reply! It seems that the lack of clustering results was due to the fact that I occasionally installed the GPU version instead of the regular one during an update. Sorry for that. The issue is resolved.
Hi!
After updating to the latest release of
clusTCR
, I am facing an issue while attempting to fit the clustering to data (please see the complete traceback below). The same functions worked perfectly with the previous version. I initialize the clustering object likeclustering = Clustering(n_cpus=24, chain='A')
(though the same error occurs if I don't specify the chain, both for TRA and TRB input data). I'd be grateful for your help with this issue.Yury