Closed Jacktpk closed 1 year ago
Hi, @Jacktpk!
I'm Aleksandr Popov, a developer of Immunarch package. Thank you for using our software!
Multithread capabilities in R are currently not supported on Windows. You can work around this by running all functions of BCR pipeline with single thread. For this, add argument .threads = 1
for repGermline()
, repClonalFamily()
and repSomaticHypermutation()
, and .prepare_threads = 1, .align_threads = 1
for repAlignLineage()
.
Best regards, Aleksandr
Hi Aleksandr,
Thank you very much for your quick and really helpful reply. The code is now working!
Many thanks!
Dear Immunarch Team,
Thank you for this fantastic package. I am trying to perform some BCR analysis following your pipeline: https://immunarch.com/articles/web_only/BCRpipeline.html. I am having issues in aligning sequences within a clonal lineage.
This error appear:
I went through all the lines of the code, both seqCluster() and repGermline() work and they add the columns needed for the next steps. The error is referred to the repAlignLineage() funtion.
Could you please help me with this? Thank you!