GEN-3a: Uw=G alias, second spotting locus Sls (SlSl lethal), Sp×Sls Superschecke, flag/metadata token tolerance (dea/WFNZ/DP/RV/GV)

This commit is contained in:
2026-06-06 10:25:48 +02:00
parent c93c24f37c
commit 1e7dc8f91d
4 changed files with 128 additions and 21 deletions

View File

@@ -10,6 +10,10 @@ export const GeneticsWarningCode = {
ScheckeLethal: 'SCHECKE_LETHAL',
/** Rex × Rex: ReRe is semi-lethal; reduced viability of homozygous young. */
RexSemiLethal: 'REX_SEMI_LETHAL',
/** WP × WP: S(l)S(l) is prenatal-lethal (Rumpback/megacolon); fewer live young. */
SlsLethal: 'SLS_LETHAL',
/** Sp + Sls together -> Superschecke: very high white, deafness-prone (info). */
SuperscheckeDeaf: 'SUPERSCHECKE_DEAF',
} as const
export type GeneticsWarningCode =