UMCUGenetics/clarity_epp

placement/pool.py

rernst opened this issue · 0 comments

External / Portal pools with 1 sample crash on unpooling step. Example step: 24-182684

sample_artifact.udf['Dx Sequencing Run Project'] = sample_projects[sample_artifact.name]
KeyError: 'Pool #1_DX_WGS_KOK4563'

Possible fix:

-                sample_artifact.udf['Dx Sequencing Run Project'] = sample_projects[sample_artifact.name]
+                sample_artifact.udf['Dx Sequencing Run Project'] = sample_projects[get_sequence_name(sample_artifact.samples[0])]