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
@@ -298,7 +313,7 @@ function FinishedSource({ sourceId }) {
298
313
case'OligoHybridizationSource':
299
314
message=`Hybridization of primers ${primers.find((p)=>source.input[0].sequence===p.id).name} and ${primers.find((p)=>source.input[1].sequence===p.id).name}`;
300
315
break;
301
-
case'HomologousRecombinationSource': message=`Homologous recombination with ${source.input[0].sequence} as template and ${source.input[1].sequence} as insert.`;break;
constguidesString=source.input.filter(({ type })=>type==='SourceInput').map(({ sequence })=>primers.find((p)=>sequence===p.id).name).join(', ');
304
319
message=`CRISPR HDR with ${source.input[0].sequence} as template, ${source.input[1].sequence} as insert and ${guidesString} as a guide${source.input.length>3 ? 's' : ''}`;
0 commit comments